Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / timing / walltime_accounting.h
index 351840370e50bcfc59c42e8a60a0a0b32ec6bf3e..250672a6ca2591e5e15dc91fdf9896ea1f65e62b 100644 (file)
 
 #include "gromacs/utility/basedefinitions.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#if 0
-}
-#endif
-
 /*! \brief
  * Contains per-process and per-thread data about elapsed wall-clock
  * times and integration steps performed. */
@@ -125,8 +117,4 @@ walltime_accounting_get_valid_finish(const gmx_walltime_accounting* walltime_acc
  * or microseconds. */
 double gmx_gettime();
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif  /* GMX_TIMING_WALLTIME_ACCOUNTING_H */