tremoved value check when calculating porosity - 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 96e3490e19cbb334fb63a3e291824efe490aea24
(DIR) parent 7d058a3f33be4256e880e15be3244e9e19efd62a
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Fri, 1 Feb 2013 17:16:53 +0100
removed value check when calculating porosity
Diffstat:
M src/porosity.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/porosity.cpp b/src/porosity.cpp
t@@ -77,7 +77,7 @@ int main(const int argc, const char *argv[])
std::cout << argv[0] << ": processing input file: " << argvi << std::endl;
// Create DEM class, read data from input binary, check values
- DEM dem(argvi, verbose, 0, 0, 0);
+ DEM dem(argvi, verbose, 0, 0, 0, 0);
// Calculate porosity and save as file
dem.porosity(slices);