Changeset 1131 for branches/sandbox/expgui
- Timestamp:
- Apr 14, 2011 2:54:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sandbox/expgui
r1120 r1131 1 #!/bin/sh 1 #!/bin/sh 2 2 # the next line restarts this script using wish found in the path\ 3 3 exec wish "$0" "$@" … … 1048 1048 1049 1049 # don't reload the last displayed phase 1050 if {$expgui(curPhase) == $crsPhase} return 1050 if {$expgui(curPhase) == $crsPhase} { 1051 DisplayAllAtoms $crsPhase 1052 return 1053 } 1051 1054 1052 1055 ##########################################################
Note: See TracChangeset
for help on using the changeset viewer.