URI:
       tdebug.h - slidergrid - grid of elastic sliders on a frictional surface
  HTML git clone git://src.adamsgaard.dk/slidergrid
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tdebug.h (736B)
       ---
            1 #ifndef DEBUG_H_
            2 #define DEBUG_H_
            3 
            4 // if defined, verbose information to stdout will be shown during the 
            5 // slider-bond initialization function
            6 //#define DEBUG_FIND_AND_BOND_TO_NEIGHBORS
            7 
            8 // if defined, show information on the resolved inter-slider bond deformation
            9 //#define DEBUG_BOND_DEFORMATION
           10 
           11 // if defined, verbose information to stdout will be shown about the individual 
           12 // components of the sum of forces
           13 //#define DEBUG_SLIDER_FORCE_COMPONENTS
           14 
           15 // if defined, verbose information to stdout will be shown before the slider 
           16 // integration
           17 //#define DEBUG_SLIDER_FORCE_TORQUE_AND_NEIGHBORS
           18 
           19 // if defined, verbose information to stdout will be shown after the slider 
           20 // integration
           21 //#define DEBUG_SLIDER_KINEMATICS
           22 
           23 #endif