Skip to content

Commit

Permalink
Don't include actual_rhs.H for new network implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Jul 22, 2023
1 parent e07448b commit a9334ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Source/driver/timestep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
#endif

#ifdef REACTIONS
#ifdef NEW_NETWORK_IMPLEMENTATION
#include <rhs.H>
#else
#include <actual_rhs.H>
#endif

#ifdef RADIATION
#include <Radiation.H>
#endif

#ifdef NEW_NETWORK_IMPLEMENTATION
#include <rhs.H>
#endif


using namespace amrex;

Expand Down

0 comments on commit a9334ac

Please sign in to comment.