Skip to content

Commit

Permalink
[clang-format-command] fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2021
1 parent dbe31cf commit ecadc41
Show file tree
Hide file tree
Showing 3 changed files with 710 additions and 836 deletions.
3 changes: 2 additions & 1 deletion include/bout/build_config.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ constexpr auto has_petsc = static_cast<bool>(BOUT_HAS_PETSC);
constexpr auto has_pretty_function = static_cast<bool>(BOUT_HAS_PRETTY_FUNCTION);
constexpr auto has_pvode = static_cast<bool>(BOUT_HAS_PVODE);
constexpr auto has_scorep = static_cast<bool>(BOUT_HAS_SCOREP);
constexpr auto has_uuid_system_generator = static_cast<bool>(BOUT_HAS_UUID_SYSTEM_GENERATOR);
constexpr auto has_uuid_system_generator =
static_cast<bool>(BOUT_HAS_UUID_SYSTEM_GENERATOR);
constexpr auto has_slepc = static_cast<bool>(BOUT_HAS_SLEPC);
constexpr auto has_sundials = static_cast<bool>(BOUT_HAS_SUNDIALS);
constexpr auto use_backtrace = static_cast<bool>(BOUT_USE_BACKTRACE);
Expand Down
Loading

0 comments on commit ecadc41

Please sign in to comment.