Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Feb 27, 2025
1 parent 232caf7 commit 17bd4ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/BoundaryConditions/ERF_ABLMost.H
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public:
: m_geom(geom),
m_exp_most(use_exp_most),
m_rotate(use_rot_most),
m_terrain_type(a_terrain_type),
m_start_bdy_time(start_bdy_time),
m_bdy_time_interval(bdy_time_interval),
m_ma(geom,(z_phys_nd[0]!=nullptr),a_pp_prefix,a_terrain_type)
Expand Down Expand Up @@ -533,7 +532,6 @@ private:
amrex::Vector<amrex::Geometry> m_geom;
bool m_exp_most = false;
bool m_rotate = false;
TerrainType m_terrain_type;
amrex::Real m_start_bdy_time;
amrex::Real m_bdy_time_interval;

Expand Down

0 comments on commit 17bd4ab

Please sign in to comment.