Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/bout/field3d.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ public:
/// Note: does not just copy values in boundary region.
void setBoundaryTo(const Field3D& f3d);

using FieldData::applyParallelBoundary;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: no header providing "FieldData" is directly included [misc-include-cleaner]

include/bout/field3d.hxx:22:

- class Field3D;
+ #include "bout/field_data.hxx"
+ class Field3D;

void applyParallelBoundary() override;
void applyParallelBoundary(BoutReal t) override;
void applyParallelBoundary(const std::string& condition) override;
Expand Down
Loading