File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
amr-wind/equation_systems Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ void ABLMesoForcingMom::mean_velocity_init(
64
64
// computes statistics at the cell-centeres only on level 0. If this
65
65
// assumption changes in future, the implementation will break... so put in
66
66
// a check here to catch this.
67
- AMREX_ALWAYS_ASSERT (m_mesh.Geom (0 ).Domain ().length (m_axis) == m_nht);
68
67
69
68
m_zht.resize (m_nht);
70
69
m_vavg_ht.resize (m_nht);
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ void ABLMesoForcingTemp::mean_temperature_init(
61
61
// computes statistics at the cell-centeres only on level 0. If this
62
62
// assumption changes in future, the implementation will break... so put in
63
63
// a check here to catch this.
64
- AMREX_ALWAYS_ASSERT (m_mesh.Geom (0 ).Domain ().length (m_axis) == m_nht);
65
64
66
65
m_zht.resize (m_nht);
67
66
m_theta_ht.resize (m_nht);
You can’t perform that action at this time.
0 commit comments