Skip to content

Commit d9855e9

Browse files
committed
remove commented code
1 parent a87c33c commit d9855e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/MeshField.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ class OmegahMeshField {
187187

188188
auto getCoordField() { return coordField; }
189189

190+
// FIXME support 2d and 3d and fields with order>1
190191
template <typename Field> void writeVtk(Field &field) {
191192
using FieldDataType = typename decltype(field.vtxField)::BaseType;
192193
// HACK assumes there is a vertex field.. in the Field Mixin object
@@ -220,10 +221,6 @@ class OmegahMeshField {
220221
MeshField::fail("input field order must be 1 or 2\n");
221222
}
222223

223-
// if (ShapeOrder == 1) {
224-
// writeVtk(mesh, field);
225-
// }
226-
227224
const auto [shp, map] = getTriangleElement<ShapeOrder>(mesh);
228225

229226
MeshField::FieldElement f(meshInfo.numTri, field, shp, map);

0 commit comments

Comments
 (0)