| tfix output file number - slidergrid - grid of elastic sliders on a frictional … | |
| git clone git://src.adamsgaard.dk/slidergrid | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 2148944e1fe65b0eec1d0179e0ec41eb21f54eca | |
| parent ff88f8d48e99c57f52f22471765a1bd9ad2e00fc | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Thu, 17 Mar 2016 11:01:35 -0700 | |
| fix output file number | |
| Diffstat: | |
| M slidergrid/main.c | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/slidergrid/main.c b/slidergrid/main.c | |
| t@@ -156,6 +156,7 @@ int main(int argc, char** argv) | |
| } | |
| time_since_file = 0.0; | |
| + sim.file_number++; | |
| } | |
| if (verbose) { |