tfix function name - slidergrid - grid of elastic sliders on a frictional surface | |
git clone git://src.adamsgaard.dk/slidergrid | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5012beb41e5c1e338fe653087373daac98cfb32c | |
parent 3f412993d74c736d82c909dbc66e0848fad84dc2 | |
Author: Anders Damsgaard | |
Date: Wed, 16 Mar 2016 14:27:20 -0700 fix function name Diffstat: M test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/test.c b/test.c | |
t@@ -6,7 +6,7 @@ simulation setup_simulation() { // create empty simulation structure with default values - simulation sim = new_simulation(); + simulation sim = create_simulation(); // initialize grid of sliders int nx = 4; |