Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix function name - slidergrid - grid of elastic sliders on a frictional surfa…
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
commit 5012beb41e5c1e338fe653087373daac98cfb32c
parent 3f412993d74c736d82c909dbc66e0848fad84dc2
Author: Anders Damsgaard <[email protected]>
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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.