tRemoved contact information 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 5bfd34d61e71717237371f1b319a5ca90987abaa
(DIR) parent 93c5f6246dd86ad37eda1e614afdbb8009cb769d
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Fri, 26 Oct 2012 23:09:41 +0200
Removed contact information output
Diffstat:
M src/device.cu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/src/device.cu b/src/device.cu
t@@ -656,7 +656,7 @@ __host__ void DEM::startTime()
if (CONTACTINFO == 1) {
// Write contact information to stdout
- cout << "\n\n---------------------------\n"
+ /*cout << "\n\n---------------------------\n"
<< "t = " << time.current << " s.\n"
<< "---------------------------\n";
t@@ -681,7 +681,7 @@ __host__ void DEM::startTime()
<< host_distmod[nc+NC*n].z << '\t'
<< host_distmod[nc+NC*n].w << '\n';
}
- cout << '\n';
+ cout << '\n';*/
}
// Update status.dat at the interval of filetime