tupdate visualization call in makefile - slidergrid - grid of elastic sliders on a frictional surface
 (HTM) git clone git://src.adamsgaard.dk/slidergrid
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3008c9edbbaac56bcfe215ade860e106f79127b8
 (DIR) parent a6eccd98dafded3ca40fdbe13dfa3b8727d90e11
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       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(-)
       ---
 (DIR) 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)