Moved tools files to C++
[alexxy/gromacs.git] / src / gromacs / tools / check.h
index 3eb6acd56f68f3112be85e6e1a6269a7ac4a00d5..435cd0d88ad0cd918827208e96a2ad6efb88109f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2014, by the GROMACS development team, led by
+ * Copyright (c) 2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #ifndef GMX_TOOLS_CHECK_H
 #define GMX_TOOLS_CHECK_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-#if 0
-}
-#endif
-
 /*! \brief Implements gmx check
  *
  * \param[in] argc  argc value passed to main().
@@ -49,8 +42,4 @@ extern "C" {
  */
 int gmx_check(int argc, char *argv[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif