diff --git a/include/bout/field3d.hxx b/include/bout/field3d.hxx index fad4815b92..d1be32dd84 100644 --- a/include/bout/field3d.hxx +++ b/include/bout/field3d.hxx @@ -496,6 +496,7 @@ public: /// Note: does not just copy values in boundary region. void setBoundaryTo(const Field3D& f3d); + using FieldData::applyParallelBoundary; void applyParallelBoundary() override; void applyParallelBoundary(BoutReal t) override; void applyParallelBoundary(const std::string& condition) override;