Skip to content

Commit

Permalink
add back required ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul1992 committed Oct 15, 2024
1 parent e54f067 commit 59af5a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amr-wind/wind_energy/ABLBoundaryPlane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ void ABLBoundaryPlane::read_file()
return;
}

#ifdef ERF_AW_MULTIBLOCK
if (m_out_fmt == "erf-multiblock") {
//m_read_erf = sim.get_read_erf();
ReadERFFcn read_erf = *m_read_erf;
Expand All @@ -812,6 +813,7 @@ void ABLBoundaryPlane::read_file()
}
return;
}
#endif

// populate planes and interpolate
const amrex::Real time = m_time.new_time();
Expand Down

0 comments on commit 59af5a7

Please sign in to comment.