first commit
[chaos_theory.git] / simulate_scripts / test
blob1b3602c5d26311590f7904cb827204f192f1ecd1
1 #!/bin/bash
2 echo "Compiling phase_portrait-damped.cc"
3 g++ -Wall ../src/test.cc -o ../bin/test
4 echo "TEST!"
5 ../bin/test
6 echo "Plotting graphs"
7 gnuplot ../plot_scripts/phase_portrait-damped.gnuplot