Introduction
Introduction Statistics Contact Development Disclaimer Help
tinclude missing parameters to printf statement - slidergrid - grid of elastic …
git clone git://src.adamsgaard.dk/slidergrid
Log
Files
Refs
README
LICENSE
---
commit 1e22f447f8ca996ea6d0fbb9edff3e0af18f7591
parent c0247d0e47f5d802895fb09e6e89e66b1c69d08c
Author: Anders Damsgaard <[email protected]>
Date: Thu, 14 Apr 2016 13:09:43 -0700
include missing parameters to printf statement
Diffstat:
M slidergrid/main.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/slidergrid/main.c b/slidergrid/main.c
t@@ -222,7 +222,16 @@ int main(int argc, char** argv)
sim.sliders[i].vel.z,
sim.sliders[i].acc.x,
sim.sliders[i].acc.y,
- sim.sliders[i].acc.z);
+ sim.sliders[i].acc.z,
+ sim.sliders[i].angpos.x,
+ sim.sliders[i].angpos.y,
+ sim.sliders[i].angpos.z,
+ sim.sliders[i].angvel.x,
+ sim.sliders[i].angvel.y,
+ sim.sliders[i].angvel.z,
+ sim.sliders[i].angacc.x,
+ sim.sliders[i].angacc.y,
+ sim.sliders[i].angacc.z);
}
puts("");
#endif
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.