Added option to select simulation mode for SICS.
r1853 | ffr | 2007-04-13 13:13:22 +1000 (Fri, 13 Apr 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
d0b8de93b1
commit
f48217e383
@@ -1,7 +1,7 @@
|
||||
# SICS common configuration
|
||||
|
||||
# $Revision: 1.22 $
|
||||
# $Date: 2007-03-28 03:24:36 $
|
||||
# $Revision: 1.23 $
|
||||
# $Date: 2007-04-13 03:13:22 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by $Author: ffr $
|
||||
|
||||
@@ -51,7 +51,7 @@ sics_release [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
sics_release lock
|
||||
|
||||
VarMake sics_revision_num Text Internal
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.22 $}]
|
||||
set tmpstr [string map {"$" ""} {$Revision: 1.23 $}]
|
||||
sics_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]]
|
||||
sics_revision_num lock
|
||||
|
||||
@@ -78,3 +78,17 @@ VarMake detector_type Text Internal
|
||||
VarMake detector_description Text Internal
|
||||
|
||||
VarMake dataFileName Text User
|
||||
|
||||
VarMake hmm_simulation Text Internal
|
||||
hmm_simulation false
|
||||
|
||||
VarMake counter_simulation Text Internal
|
||||
counter_simulation false
|
||||
|
||||
VarMake sics_simulation Text Internal
|
||||
sics_simulation false
|
||||
|
||||
if {[SplitReply [sics_simulation]] == "true"} {
|
||||
hmm_simulation true
|
||||
counter_simulation true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user