diff --git a/CMakeLists.txt b/CMakeLists.txt index 97c0eff..cf37cbe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # ############################################################################## # Add colors # ############################################################################## -if(NOT WIN32) + if(NOT WIN32) string(ASCII 27 Esc) set(ColourReset "${Esc}[m") set(ColourBold "${Esc}[1m") diff --git a/apps/1d_stencil/stencil_serial.cpp b/apps/1d_stencil/stencil_serial.cpp index 64dfcb7..76f7f9b 100644 --- a/apps/1d_stencil/stencil_serial.cpp +++ b/apps/1d_stencil/stencil_serial.cpp @@ -8,7 +8,7 @@ #include "commons.hpp" // parameters - struct args_params_t : public argparse::Args { + struct args_params_t : public argparse::Args { bool &results = kwarg("results", "print generated results (default: false)") .set_default(false); std::uint64_t &nx =