tfix function name - 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 5012beb41e5c1e338fe653087373daac98cfb32c
(DIR) parent 3f412993d74c736d82c909dbc66e0848fad84dc2
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 16 Mar 2016 14:27:20 -0700
fix function name
Diffstat:
M test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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;