swap order to ensure consistency with previous version

This commit is contained in:
conrad
2025-07-14 14:55:45 +10:00
parent 79f6b87781
commit 677bdb3bad
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -390,14 +390,14 @@
#undef ARMA_PRINT_EXCEPTIONS
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
#endif
#if defined(ARMA_IGNORE_DEPRECATED_MARKER)
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported")
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
#endif
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
// ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and
+4 -4
View File
@@ -390,14 +390,14 @@
#undef ARMA_PRINT_EXCEPTIONS
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
#endif
#if defined(ARMA_IGNORE_DEPRECATED_MARKER)
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported")
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK is not supported")
#endif
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
// ARMA_AUX_LIBS lists the libraries required by Armadillo on this system, and