aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 18:58:39 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-09-18 18:58:39 +0000
commit3f8ef6aa7a1639c27bc4fb1f36cd5b789120e9f0 (patch)
tree05e0eca36f1676734ed0b8938b5b6906b67ace1b /src/include
parentda05766a07bb3580e306c156ba1be180c646fa5c (diff)
Fixed type of the timer variable from double to int.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@274 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pGH.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/pGH.h b/src/include/pGH.h
index 8e3cc63..0e6019e 100644
--- a/src/include/pGH.h
+++ b/src/include/pGH.h
@@ -52,10 +52,7 @@ typedef struct PGH
/* 0 -> GH is skipped for conv.test */
/* is used in NanCheckGH.c */
-#if 1
- /* FIXME */
- double comm_time; /* time spent in communication */
-#endif
+ int comm_time; /* time spent in communication */
#ifdef CCTK_MPI
MPI_Datatype PUGH_mpi_complex;/* the MPI datatype for COMPLEX types */