Tidied up indents etc, to make it easy to compare diffs against the echidna config.
r1950 | ffr | 2007-05-10 13:18:06 +1000 (Thu, 10 May 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
73d144340d
commit
717f9beea7
@@ -34,9 +34,10 @@ if {$sim_mode == "true"} {
|
|||||||
# - Or, no configuration at all could be uploaded, the
|
# - Or, no configuration at all could be uploaded, the
|
||||||
# histogram server can configure itself using its default config files.
|
# histogram server can configure itself using its default config files.
|
||||||
proc ::histogram_memory::setmode {mode} {
|
proc ::histogram_memory::setmode {mode} {
|
||||||
global cfPath;
|
global cfPath;
|
||||||
hmm_mode $mode;
|
hmm_mode $mode;
|
||||||
set sim_mode [SplitReply [hmm_simulation]];
|
set sim_mode [SplitReply [hmm_simulation]];
|
||||||
|
|
||||||
switch $mode {
|
switch $mode {
|
||||||
pulser {
|
pulser {
|
||||||
if {$sim_mode == "true"} {
|
if {$sim_mode == "true"} {
|
||||||
|
|||||||
Reference in New Issue
Block a user