Skip to content

Commit

Permalink
Fix code style error
Browse files Browse the repository at this point in the history
  • Loading branch information
David Radice committed Aug 9, 2024
1 parent f23fc8e commit 17545be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mesh/mesh_refinement.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ class MeshRefinement {
void CopyForRefinementCC(DvceArray5D<Real> &a, DvceArray5D<Real> &ca);
void CopyForRefinementFC(DvceFaceFld4D<Real> &b, DvceFaceFld4D<Real> &cb);

void RefineCC(DualArray1D<int> &n2o, DvceArray5D<Real> &a, DvceArray5D<Real> &ca, bool is_z4c=false);
void RefineCC(DualArray1D<int> &n2o, DvceArray5D<Real> &a, DvceArray5D<Real> &ca,
bool is_z4c=false);
void RefineFC(DualArray1D<int> &n2o, DvceFaceFld4D<Real> &b, DvceFaceFld4D<Real> &cb);

void RestrictCC(DvceArray5D<Real> &a, DvceArray5D<Real> &ca, bool is_z4c=false);
Expand Down

0 comments on commit 17545be

Please sign in to comment.