Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoved bond no. reporting - sphere - GPU-based 3D discrete element method alg…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit f24d83260204912110474e4c5c874f3244f95c98
parent 158d3182d4b897921eb8909106d2ab118a8c9a0f
Author: Anders Damsgaard <[email protected]>
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(-)
---
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];
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.