Skip to content

Commit 98b651e

Browse files
formatting
1 parent aad589d commit 98b651e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MeshField_Integrate.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ template <size_t pointSize> struct IntegrationPoint {
1818
: param(p), weight(w), dim(d), idx(i) {}
1919
Kokkos::Array<Real, pointSize> param;
2020
double weight;
21-
//dim and idx represent the topological mesh entity the point is classified on
22-
//dim represents whether it is edge, vertex, face, etc
23-
//idx represents the index of the entity as defined by the shape function
21+
// dim and idx represent the topological mesh entity the point is classified
22+
// on dim represents whether it is edge, vertex, face, etc idx represents the
23+
// index of the entity as defined by the shape function
2424
int dim;
2525
int idx;
2626
};

0 commit comments

Comments
 (0)