tfix fluid solver value - 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 b36c0fdbdc4167ec1b64d3da69799b9acbfc4229
 (DIR) parent 4a22f224841e6814f1e9acec67b6fc17d58bd8d8
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu,  6 Nov 2014 10:49:45 +0100
       
       fix fluid solver value
       
       Diffstat:
         M src/sphere.cpp                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/sphere.cpp b/src/sphere.cpp
       t@@ -438,7 +438,7 @@ void DEM::reportValues()
                cout << "  - Fluid solver: ";
                if (cfd_solver == 0) {
                    cout << "Navier-Stokes";
       -        } else if (cfd_solver == 0) {
       +        } else if (cfd_solver == 1) {
                    cout << "Darcy";
                } else {
                    cout << "Unknown";