Skip to content

Commit

Permalink
Grab CC data, not u.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Dec 21, 2024
1 parent d2ce0d4 commit 058768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BoundaryConditions/ERF_MOSTAverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ MOSTAverage::set_plane_normalization ()
// for normalization, consistent with avg routine.

// Bounded box of CC data used for normalization
Box bnd_bx = (m_fields[lev][0]->boxArray()).minimalBox();
Box bnd_bx = (m_fields[lev][2]->boxArray()).minimalBox();

// NOTE: Bounding box must lie on the periodic boundaries
// in order to trip the is_per flag
Expand Down

0 comments on commit 058768c

Please sign in to comment.