Skip to content

Commit

Permalink
invocation syntax for cvode solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Jul 28, 2024
1 parent cf41797 commit 5d1a7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDAWin/tests/smoke/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ ! -f "$EXPECTED_OUTPUT" ]; then
fi


command="$EXE $INPUT $OUTPUT -tid 0"
echo $command
command="$EXE $INPUT $OUTPUT"
echo "$command"
if ! $command; then
echo "SundialsSolverStandalone_x64 failed to run. Exiting..."
exit 1
Expand Down

0 comments on commit 5d1a7fd

Please sign in to comment.