| tversion is now a number, disable debug output - slidergrid - grid of elastic s… | |
| git clone git://src.adamsgaard.dk/slidergrid | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit d5fcc2684a0bcfda20f1d29e2aab1b830c0190d7 | |
| parent 067dee70d100c7598d44a8a595e50a32f90c8578 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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 | |
| 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, [email protected]\n" | |
| "This software is free software, see LICENSE for details.\n" | |
| , argv0, VERSION); |