Skip to content

Commit 11ea126

Browse files
committed
have not been running the GADAL version from this shell script so switch back to running the SE file version if there isn't a model configuration name command line argument. Also the version that was called sgidal is now gadal even though we aren't running it.
1 parent 86ed7bf commit 11ea126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

state-estimator/run-se.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$#" -gt 0 ]; then
3939

4040
bin/state-estimator $SIMID "$SIMREQ" 2>&1 | tee sedbg.log
4141
else
42-
#bin/state-estimator-file 2>&1 | tee sedbg.log
43-
bin/state-estimator-sgidal --startbroker "-f1" --name=fed1 --target=fed1 2>&1 | tee sedbg.log
42+
bin/state-estimator-file 2>&1 | tee sedbg.log
43+
#bin/state-estimator-gadal --startbroker "-f1" --name=fed1 --target=fed1 2>&1 | tee sedbg.log
4444
fi
4545

0 commit comments

Comments
 (0)