Compile nonbonded kernels as C++
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_ocl / nbnxn_ocl_types.h
index 45bff6cd52f3a45b8dfcb29944ab1ac01767b09e..1808def1a01728da70a0b39450c6db1b5c2006fa 100644 (file)
@@ -100,10 +100,6 @@ static inline int getOclPruneKernelJ4Concurrency(int vendorId)
 }
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*! \brief Electrostatic OpenCL kernel flavors.
  *
  *  Types of electrostatics implementations available in the OpenCL non-bonded
@@ -321,8 +317,4 @@ struct gmx_nbnxn_ocl_t
     struct gmx_wallclock_gpu_nbnxn_t *timings;  /**< Timing data. TODO: deprecate this and query timers for accumulated data instead */
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif  /* NBNXN_OPENCL_TYPES_H */