We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4480e1d commit 1711cf1Copy full SHA for 1711cf1
include/bout/field2d.hxx
@@ -282,6 +282,7 @@ public:
282
int size() const override { return nx * ny; }
283
284
Field2D& asField3DParallel() { return *this; }
285
+ const Field2D& asField3DParallel() const { return *this; }
286
287
private:
288
/// Internal data array. Handles allocation/freeing of memory
0 commit comments