aboutsummaryrefslogtreecommitdiff
path: root/Source/ablastr/warn_manager/WarnManager.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ablastr/warn_manager/WarnManager.H')
-rw-r--r--Source/ablastr/warn_manager/WarnManager.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/ablastr/warn_manager/WarnManager.H b/Source/ablastr/warn_manager/WarnManager.H
index cc284c986..75fd642a8 100644
--- a/Source/ablastr/warn_manager/WarnManager.H
+++ b/Source/ablastr/warn_manager/WarnManager.H
@@ -172,8 +172,8 @@ namespace ablastr::warn_manager
*/
static std::string GetHeader(
const std::string& when,
- const int line_size,
- const bool is_global);
+ int line_size,
+ bool is_global);
/**
* \brief This function formats each line of a warning message text
@@ -185,8 +185,8 @@ namespace ablastr::warn_manager
*/
static std::string MsgFormatter(
const std::string& msg,
- const int line_size,
- const int tab_size);
+ int line_size,
+ int tab_size);
int m_rank = 0 /*! MPI rank (appears in the warning list)*/;
std::unique_ptr<ablastr::utils::msg_logger::Logger> m_p_logger /*! The Logger stores all the warning messages*/;