We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8aa62 commit c55ead7Copy full SHA for c55ead7
1 file changed
examples/TwoBodies/run.sh
@@ -1,10 +1,3 @@
1
#!/bin/sh
2
3
-# Absolute path to the directory containing this script
4
-SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
5
-
6
-# Project root = two levels up
7
-ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"
8
9
-# Run the executable from the root
10
-"$ROOT/next" "$SCRIPT_DIR/two_bodies.txt"
+../../next two_body.txt 0.001 1
0 commit comments