Update ::histogram_memory::save to handle writing to growable 3D arrays.

r1745 | ffr | 2007-03-30 17:51:35 +1000 (Fri, 30 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-30 17:51:35 +10:00
committed by Douglas Clowes
parent e0e6bed82e
commit a617837388

View File

@@ -1,5 +1,5 @@
# $Revision: 1.4 $ # $Revision: 1.5 $
# $Date: 2007-03-24 08:12:51 $ # $Date: 2007-03-30 07:51:35 $
# 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,7 +403,7 @@ proc count_withbm {mode preset} {
proc save {} { proc save {} {
nxcreatefile nexus_hmscan.dic; nxcreatefile nexus_hmscan.dic;
hmm_save nxscript entry1; hmm_save nxscript entry1 0;
nxclosefile; nxclosefile;
} }
} }