Skip to content

Commit

Permalink
ignore unused
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Nov 30, 2024
1 parent 008ab3a commit b3ba8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/LinearSolvers/ERF_TerrainPoisson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ TerrainPoisson::TerrainPoisson (Geometry const& geom, BoxArray const& ba,
auto const& [ba, dm] = m_2D_fft_precond->getSpectralDataLayout();
m_zphys_fft.define(amrex::convert(ba,m_zphys->ixType()), dm, 1, 0);
}
#else
amrex::ignore_unused(domain_bc_type);
#endif
}

Expand Down

0 comments on commit b3ba8f0

Please sign in to comment.