Skip to content

Commit

Permalink
add note for samrai issue 170
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Sep 27, 2024
1 parent 4497bef commit bee7f6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/amr/data/field/field_variable_fill_pattern.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ namespace PHARE::amr
none of the two patches overwrites the shared border nodes and only pure ghost nodes are
filled.
Notes on shared-node overwrite interior: https://github.com/LLNL/SAMRAI/issues/170
*/
// This class is mostly a copy of BoxGeometryVariableFillPattern
Expand Down Expand Up @@ -112,10 +113,7 @@ class FieldFillPattern : public SAMRAI::xfer::VariableFillPattern
transformation);
}

std::string const& getPatternName() const
{
return s_name_id;
}
std::string const& getPatternName() const { return s_name_id; }

private:
FieldFillPattern(FieldFillPattern const&) = delete;
Expand Down

0 comments on commit bee7f6c

Please sign in to comment.