summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-03-24 17:13:13 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-03-24 17:13:13 (GMT)
commit8f0c6f0e833c28635fa4ada464bcf5d06c0de916 (patch)
treef1d3854a6e5bbb622d77c340b7f8867e19c95b14
parent5144eedd2e03716a3fa9a293ecafa8c26c43937b (diff)
downloadhdf5-8f0c6f0e833c28635fa4ada464bcf5d06c0de916.zip
hdf5-8f0c6f0e833c28635fa4ada464bcf5d06c0de916.tar.gz
hdf5-8f0c6f0e833c28635fa4ada464bcf5d06c0de916.tar.bz2
Remove VCS merge conflict
-rw-r--r--src/H5trace.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5trace.c b/src/H5trace.c
index 0d48708..26a59c7 100644
--- a/src/H5trace.c
+++ b/src/H5trace.c
@@ -155,13 +155,7 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
} /* end if */
/* Get time for event */
-<<<<<<< HEAD
if(H5_DBL_ABS_EQUAL(first_time.etime, H5_DOUBLE(0.0)))
-||||||| parent of 04b8cc82a8... Add routines to query the library's free list sizes and allocation stats.
- if(H5_DBL_ABS_EQUAL(first_time.etime, 0.0))
-=======
- if(H5_DBL_ABS_EQUAL(first_time.etime, (double)0.0f))
->>>>>>> 04b8cc82a8... Add routines to query the library's free list sizes and allocation stats.
H5_timer_begin(&first_time);
if(H5_debug_g.ttimes)
H5_timer_begin(&event_time);