repo.or.cz
/
chaos_theory.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first commit
[chaos_theory.git]
/
simulate_scripts
/
test
blob
1b3602c5d26311590f7904cb827204f192f1ecd1
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