tcleanup cfd_tests, analysing cfd_tests_neumann output - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 41e66afd67d38a7d4184b80c7a883ac6008ae44c
 (DIR) parent 696e6181e56f183babb7c39e7f390c2f6e9519b5
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  9 Jun 2014 15:10:20 +0200
       
       cleanup cfd_tests, analysing cfd_tests_neumann output
       
       Diffstat:
         M tests/cfd_tests.py                  |       2 +-
         M tests/cfd_tests_neumann.py          |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tests/cfd_tests.py b/tests/cfd_tests.py
       t@@ -220,4 +220,4 @@ py.readlast(verbose = False)
            #raise Exception("Failed")
        
        '''
       -#cleanup(orig)
       +cleanup(orig)
 (DIR) diff --git a/tests/cfd_tests_neumann.py b/tests/cfd_tests_neumann.py
       t@@ -24,7 +24,7 @@ orig.run(verbose=False)
        py.readlast(verbose = False)
        ones = numpy.ones((orig.num))
        py.readlast(verbose = False)
       -#py.writeVTKall()
       +py.writeVTKall()
        compareNumpyArraysClose(ones, py.p_f, "Conservation of pressure:",
                tolerance = 1.0e-1)