Skip to content

Commit

Permalink
species
Browse files Browse the repository at this point in the history
  • Loading branch information
tonigi committed Sep 18, 2019
1 parent ec8a675 commit 0fad1a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demo/regtest.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ puts " "
puts "Please verify any discrepancies above"


quit
#quit
5 changes: 2 additions & 3 deletions diffusion_coefficient_gui.tcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env wish
# diffusion_coefficient_gui.tcl --
#!/usr/bin/env wish# diffusion_coefficient_gui.tcl --
#
# UI generated by GUI Builder Build 146 on 2019-08-28 14:54:09 from:
# UI generated by GUI Builder Build 146 on 2019-09-18 17:30:39 from:
# /Users/toni/compile/vmd_diffusion_coefficient/diffusion_coefficient_gui.ui
# This file is auto-generated. Only the code within
# '# BEGIN USER CODE'
Expand Down
4 changes: 2 additions & 2 deletions diffusion_coefficient_gui.ui
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GUIBUILDER FILE Build 146
# Created: 2019-08-28 14:54:08 by GUI Builder Build 146
# Created: 2019-09-18 17:30:38 by GUI Builder Build 146
language tcl 8.4
widget {Tk frame} f {
geometry min_column {40 40}
Expand Down Expand Up @@ -140,7 +140,7 @@ widget {Tk label} _label_1 {
}
widget {Tk label} _label_2 {
configure -font {helvetica 10}
configure -text {Compute one, two or three-dimensional mean squared displacements (MSD) of a molecular specie, and associated diffusion coefficients}
configure -text {Compute one, two or three-dimensional mean squared displacements (MSD) of a molecular species, and associated diffusion coefficients}
configure -wraplength 450
geometry -column 1
geometry -columnspan 2
Expand Down
4 changes: 2 additions & 2 deletions diffusion_coefficient_gui_ui.tcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# diffusion_coefficient_gui_ui.tcl --
#
# UI generated by GUI Builder Build 146 on 2019-08-28 14:54:08 from:
# UI generated by GUI Builder Build 146 on 2019-09-18 17:30:38 from:
# /Users/toni/compile/vmd_diffusion_coefficient/diffusion_coefficient_gui.ui
# THIS IS AN AUTOGENERATED FILE AND SHOULD NOT BE EDITED.
# The associated callback file should be modified instead.
Expand Down Expand Up @@ -38,7 +38,7 @@ proc diffusion_coefficient_gui::ui {root args} {
-text "VMD Diffusion Coefficient Tool"]
variable _label_2 [label $BASE._label_2 \
-font {helvetica 10} \
-text "Compute one, two or three-dimensional mean squared displacements (MSD) of a molecular specie, and associated diffusion coefficients" \
-text "Compute one, two or three-dimensional mean squared displacements (MSD) of a molecular species, and associated diffusion coefficients" \
-wraplength 450]
variable _label_3 [label $BASE._label_3 \
-font {helvetica 10} \
Expand Down
2 changes: 1 addition & 1 deletion load.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set here [file dirname [info script]]

# source [file join $diffusion_coefficient_gui::SCRIPTDIR diffusion_coefficient_gui_ui.tcl]

# puts "INFO) Adding directory $here to auto_path and registering the menu"
puts "INFO) Adding directory $here to auto_path and registering the menu"

lappend auto_path $here
package require diffusion_coefficient_gui
Expand Down

0 comments on commit 0fad1a2

Please sign in to comment.