Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
wrong format test
Browse files Browse the repository at this point in the history
  • Loading branch information
weilewei committed Aug 25, 2023
1 parent 1cc0062 commit ebe518d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ##############################################################################
# Add colors
# ##############################################################################
if(NOT WIN32)
if(NOT WIN32)
string(ASCII 27 Esc)
set(ColourReset "${Esc}[m")
set(ColourBold "${Esc}[1m")
Expand Down
2 changes: 1 addition & 1 deletion apps/1d_stencil/stencil_serial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit ebe518d

Please sign in to comment.