What's the point?

ie I forgot to set the run number.

r1778 | ffr | 2007-04-01 15:38:16 +1000 (Sun, 01 Apr 2007) | 3 lines
This commit is contained in:
Ferdi Franceschini
2007-04-01 15:38:16 +10:00
committed by Douglas Clowes
parent 9fbaec72fd
commit 3e8375c974

View File

@@ -1,5 +1,5 @@
# $Revision: 1.9 $ # $Revision: 1.10 $
# $Date: 2007-04-01 05:34:26 $ # $Date: 2007-04-01 05:38:16 $
# Author: Mark Lesha (mle@ansto.gov.au) # Author: Mark Lesha (mle@ansto.gov.au)
# Last revision by: $Author: ffr $ # Last revision by: $Author: ffr $
@@ -403,8 +403,10 @@ proc count_withbm {mode preset} {
} }
proc save {} { proc save {} {
#TODO maybe add nxobj and point parameters.
set point 0
nxcreatefile nexus_hmscan.dic; nxcreatefile nexus_hmscan.dic;
hmm_save nxscript entry1 0; hmm_save nxscript entry1 $point;
nxscript makelink scanvar erun; nxscript makelink scanvar erun;
nxscript_data clear; nxscript_data clear;
nxscript_data putint 0 $point; nxscript_data putint 0 $point;