Skip to content

Commit

Permalink
Make compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Aug 2, 2024
1 parent 2603346 commit e207407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Initialization/ERF_init1d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ void ERF::init_geo_wind_profile(const std::string input_file,
{
const int klo = 0;
const int khi = geom.Domain().bigEnd()[AMREX_SPACEDIM-1];
const int Nz = geom.Domain().size()[AMREX_SPACEDIM-1];
const amrex::Real dz = geom.CellSize()[AMREX_SPACEDIM-1];

const bool grid_stretch = (zlevels_stag.size() > 0);
Expand Down

0 comments on commit e207407

Please sign in to comment.