Skip to content

Commit 337b207

Browse files
committed
formatting
1 parent 0ff58b7 commit 337b207

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/surface_parameterization_quantity.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ CurveNetwork* SurfaceParameterizationQuantity::createCurveNetworkFromSeams(std::
135135
// loop over all edges
136136
for(size_t iT = 0; iT < parent.nFacesTriangulation(); iT++) {
137137
for(size_t k = 0; k < 3; k++) {
138-
139138
if(parent.edgeIsReal.data[3*iT][k] == 0.) continue; // skip internal tesselation edges
140139

141140
// gather data for the edge
@@ -163,7 +162,6 @@ CurveNetwork* SurfaceParameterizationQuantity::createCurveNetworkFromSeams(std::
163162
seamEdges.emplace(eInd);
164163
}
165164
}
166-
167165
}
168166
}
169167

0 commit comments

Comments
 (0)