Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / copyrite.cpp
index e0cab08de394b2f103511d563f13568f4e0163cf..249810e6ab4115d6ce89569c4c4a6e65c10abf9e 100644 (file)
@@ -731,6 +731,18 @@ static void gmx_print_version_info(FILE *fp)
 #endif
 }
 
+#ifdef GMX_DOUBLE
+void gmx_is_double_precision()
+{
+    /* allow precision detection */
+}
+#else
+void gmx_is_single_precision()
+{
+    /* allow precision detection */
+}
+#endif
+
 namespace gmx
 {