tversion is now a number, disable debug output - 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 d5fcc2684a0bcfda20f1d29e2aab1b830c0190d7
(DIR) parent 067dee70d100c7598d44a8a595e50a32f90c8578
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 5 Apr 2016 12:39:25 -0700
version is now a number, disable debug output
Diffstat:
M slidergrid/debug.h | 4 ++--
M slidergrid/main.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/slidergrid/debug.h b/slidergrid/debug.h
t@@ -11,10 +11,10 @@
// if defined, verbose information to stdout will be shown before the slider
// integration
-#define DEBUG_SLIDER_FORCE_TORQUE_AND_NEIGHBORS
+//#define DEBUG_SLIDER_FORCE_TORQUE_AND_NEIGHBORS
// if defined, verbose information to stdout will be shown after the slider
// integration
-#define DEBUG_SLIDER_KINEMATICS
+//#define DEBUG_SLIDER_KINEMATICS
#endif
(DIR) diff --git a/slidergrid/main.c b/slidergrid/main.c
t@@ -26,7 +26,7 @@ void print_version(char* argv0)
{
printf("%s: simulate a grid of bonded sliders\n"
"webpage: https://github.com/anders-dc/slidergrid\n"
- "version: %s\n"
+ "version: %.2f\n"
"author: Anders Damsgaard, adamsgaard@ucsd.edu\n"
"This software is free software, see LICENSE for details.\n"
, argv0, VERSION);