Skip to content

Commit

Permalink
add preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 14, 2024
1 parent 6c132e7 commit a21a7e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/driver/Castro.H
Original file line number Diff line number Diff line change
Expand Up @@ -1381,9 +1381,10 @@ protected:
///
amrex::MultiFab volume;
amrex::Array<amrex::MultiFab,3> area;
amrex::Array<amrex::MultiFab,2> dLogArea;
amrex::Vector< amrex::Vector<amrex::Real> > radius;

#if AMREX_SPACEDIM <= 2
amrex::Array<amrex::MultiFab,2> dLogArea;
#endif

///
/// For initialization of the C++ values of the runtime parameters
Expand Down

0 comments on commit a21a7e7

Please sign in to comment.