tRemoved bond no. reporting - 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 f24d83260204912110474e4c5c874f3244f95c98
(DIR) parent 158d3182d4b897921eb8909106d2ab118a8c9a0f
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Sun, 17 Mar 2013 21:40:00 +0100
Removed bond no. reporting
Diffstat:
M src/file_io.cpp | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/src/file_io.cpp b/src/file_io.cpp
t@@ -213,7 +213,6 @@ void DEM::readbin(const char *target)
ifs.read(as_bytes(params.nb0), sizeof(params.nb0));
ifs.read(as_bytes(params.sigma_b), sizeof(params.sigma_b));
ifs.read(as_bytes(params.tau_b), sizeof(params.tau_b));
- std::cout << "\nparams.nb0 = " << params.nb0 << std::endl;
if (params.nb0 > 0)
k.bonds = new uint2[params.nb0];
k.bonds_delta = new Float4[np];