tadd function prototype to header - 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 a5be42f1e7f01ede7d541668d2dba523bb752881
 (DIR) parent 61541ba4e7dc9660c1dd91aba87dc25c282682c7
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 17 Mar 2016 15:41:44 -0700
       
       add function prototype to header
       
       Diffstat:
         M slidergrid/simulation.h             |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/slidergrid/simulation.h b/slidergrid/simulation.h
       t@@ -34,6 +34,11 @@ int save_slider_positions_to_file(
        
        int save_general_state_to_file(const simulation sim, const char* filename);
        
       +int save_sliders_to_vtk_file(
       +        const slider* sliders,
       +        const int N,
       +        const char* filename);
       +
        // user-defined function which sets up the simulation
        simulation setup_simulation();