Skip to content

Commit

Permalink
Fix typo (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon authored Feb 12, 2025
1 parent 080f5e8 commit cd6cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IO/ERF_SampleData.H
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public:
amrex::Vector<amrex::Geometry>& geom)
{
if (m_ls) m_ls->write_line_mfs(time, level_steps, ref_ratio, geom);
if (m_ls) m_ps->write_plane_mfs(time, level_steps, ref_ratio, geom);
if (m_ps) m_ps->write_plane_mfs(time, level_steps, ref_ratio, geom);
}

private:
Expand Down

0 comments on commit cd6cdb3

Please sign in to comment.