Fix the include guard
authorAleksei Iupinov <a.yupinov@gmail.com>
Thu, 1 Feb 2018 15:21:59 +0000 (16:21 +0100)
committerAleksei Iupinov <a.yupinov@gmail.com>
Mon, 12 Feb 2018 16:42:35 +0000 (17:42 +0100)
Change-Id: If943efbd859211309be50d1d0cb25c53523bbbf5

src/gromacs/hardware/detecthardware.h

index 6c9cbd91c61847ee1df583c9bdeecc43b3aace40..5ba14eb52be7104d734c4f38bc873fa744d204cd 100644 (file)
@@ -60,6 +60,6 @@ void gmx_hardware_info_free();
 //! Return whether compatible GPUs were found.
 bool compatibleGpusFound(const gmx_gpu_info_t &gpu_info);
 
-#endif
-
 } // namespace gmx
+
+#endif