Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Dec 17, 2024
1 parent 0c8bbf0 commit 30b8696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/unit_tests/EspressoSystemStandAlone_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ BOOST_FIXTURE_TEST_CASE(espresso_system_stand_alone, ParticleFactory) {
auto const comm = boost::mpi::communicator();
auto const rank = comm.rank();
auto const n_nodes = comm.size();
#if defined(FPE) and not defined (__APPLE__)
#if defined(FPE) and not defined(__APPLE__)
auto const trap = fe_trap::make_unique_scoped();
#endif

Expand Down

0 comments on commit 30b8696

Please sign in to comment.