From c8b02b90a077dd35c8e25af9ee93205d04fe146d Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 20 Jun 2022 14:42:32 +1000 Subject: [PATCH] more details on warning levels --- include/armadillo_bits/config.hpp | 2 +- include/armadillo_bits/config.hpp.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/armadillo_bits/config.hpp b/include/armadillo_bits/config.hpp index 739984eb..66b87716 100644 --- a/include/armadillo_bits/config.hpp +++ b/include/armadillo_bits/config.hpp @@ -22,7 +22,7 @@ #endif //// The level of warning messages printed to ARMA_CERR_STREAM. //// Must be an integer >= 0. The default value is 2. -//// 0 = no warnings +//// 0 = no warnings; generally not recommended //// 1 = only critical warnings about arguments and/or data which are likely to lead to incorrect results //// 2 = as per level 1, and warnings about poorly conditioned systems (low rcond) detected by solve(), spsolve(), etc //// 3 = as per level 2, and warnings about failed decompositions, failed saving/loading, etc diff --git a/include/armadillo_bits/config.hpp.cmake b/include/armadillo_bits/config.hpp.cmake index 680ab1aa..40f84f14 100644 --- a/include/armadillo_bits/config.hpp.cmake +++ b/include/armadillo_bits/config.hpp.cmake @@ -22,7 +22,7 @@ #endif //// The level of warning messages printed to ARMA_CERR_STREAM. //// Must be an integer >= 0. The default value is 2. -//// 0 = no warnings +//// 0 = no warnings; generally not recommended //// 1 = only critical warnings about arguments and/or data which are likely to lead to incorrect results //// 2 = as per level 1, and warnings about poorly conditioned systems (low rcond) detected by solve(), spsolve(), etc //// 3 = as per level 2, and warnings about failed decompositions, failed saving/loading, etc