| tadd function prototype to header - slidergrid - grid of elastic sliders on a f… | |
| git clone git://src.adamsgaard.dk/slidergrid | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit a5be42f1e7f01ede7d541668d2dba523bb752881 | |
| parent 61541ba4e7dc9660c1dd91aba87dc25c282682c7 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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(); | |