tupdate visualization call in makefile - slidergrid - grid of elastic sliders on a frictional surface
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
commit 3008c9edbbaac56bcfe215ade860e106f79127b8
parent a6eccd98dafded3ca40fdbe13dfa3b8727d90e11
Author: Anders Damsgaard 
Date:   Thu, 17 Mar 2016 14:08:44 -0700

update visualization call in makefile

Diffstat:
  M Makefile                            |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -14,7 +14,7 @@ default: run-test
 
 run-test: test
         ./$<
-        python plot_output.py $<-output
+        python postprocessing.py --plot-sliders $<-output
 
 
 test: test.o $(ESSENTIALOBJS)