Skip to content

Commit

Permalink
fixed a bug in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiacoma committed Dec 13, 2023
1 parent 6d26526 commit 8d10a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ tar:
$(F90) $(F90FLAGS) -c $<

run-test:
printf "13\n1\n-2\n2\n1.5\n100\n1.0e-7\n1\n" | ./riemann_rmhd
printf "13\n1\n-2\n2\n1.5\n100\n1.0e-7\n1\n" | ./riemann_rmhd

# DO NOT DELETE

0 comments on commit 8d10a6c

Please sign in to comment.