tRemoved precision reporting during file write - 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 4d3c6955f57e81d58fe8f0135d673a39e6b50d15
(DIR) parent cb24d20c8c7b7912dc647b34ce644ab133dcd47a
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Thu, 6 Sep 2012 14:38:16 +0200
Removed precision reporting during file write
Diffstat:
M src/file_io.cpp | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/src/file_io.cpp b/src/file_io.cpp
t@@ -37,8 +37,6 @@ int fwritebin(char *target,
// If double precision: Values can be written directly
if (sizeof(Float) == sizeof(double)) {
- printf("double precision; good.\n");
-
// World dimensions
fwrite(&grid->nd, sizeof(grid->nd), 1, fp);