simplification

This commit is contained in:
conrad
2022-12-12 12:46:47 +10:00
parent b0a63c9c59
commit cf6ce03cc6
+1 -1
View File
@@ -390,7 +390,7 @@
#pragma message ("WARNING: use of OpenMP disabled; compiler support for OpenMP 3.1+ not detected")
#if (defined(_OPENMP) && (_OPENMP < 201107))
#pragma message ("NOTE: your compiler appears to have an ancient version of OpenMP")
#pragma message ("NOTE: your compiler has an outdated version of OpenMP")
#pragma message ("NOTE: consider upgrading to a better compiler")
#endif
#endif