Skip to content

Commit 7a61674

Browse files
committed
remove copy-paste comments
1 parent 9016fc4 commit 7a61674

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/testElementJacobian1d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ void setEdgeCoords(size_t numVerts, Kokkos::View<MeshField::Real *> coords,
4242
"setFieldAtVertices");
4343
}
4444

45-
// evaluate a field at the specified local coordinate for each edge
4645
void edgeJacobian() {
4746
const MeshField::MeshInfo meshInfo{.numVtx = 2, .numEdge = 1, .dim = 1};
4847
auto coordField =

test/testElementJacobian2d.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ void setVtxCoords(size_t numVerts, size_t meshDim, TriangleTestCase testTri,
6969
"setCoordField");
7070
}
7171

72-
// evaluate a field at the specified local coordinate for each edge
7372
void triJacobian() {
7473
const MeshField::MeshInfo meshInfo{
7574
.numVtx = 3, .numEdge = 3, .numTri = 1, .dim = 2};

0 commit comments

Comments
 (0)