URI:
       tdisable epsilon output - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit a40e879f405678f7921ad35147406a3b71586811
   DIR parent 88c6e28ce4e3c26bbde24ea7275f2e6430bd3572
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 26 Aug 2014 15:33:08 +0200
       
       disable epsilon output
       
       Diffstat:
         M src/debug.h                         |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/src/debug.h b/src/debug.h
       t@@ -21,8 +21,8 @@ const unsigned int nijacnorm = 10;
        const int write_res_log = 0;
        
        // Report epsilon values during Jacobi iterations to stdout
       -#define REPORT_EPSILON
       -#define REPORT_MORE_EPSILON
       +//#define REPORT_EPSILON
       +//#define REPORT_MORE_EPSILON
        
        // Report the number of iterations it took before convergence to logfile
        // 'output/<sid>-conv.dat'