Commit 3a064b57 by Philipp Adolf

Fix indentation

parent a4b6fe90
......@@ -346,7 +346,7 @@ void Subdivision::precomputeVertexTable(Subdivision::Tables &tables, QVector<Ver
bool found2 = false;
for (int k = 0; k < adj_v.length(); k++){
if (adj_v[k].samePos(v1)) found1 = true;
if(adj_v[k].samePos(v2)) found2 = true;
if (adj_v[k].samePos(v2)) found2 = true;
}
if (!found1){
adj_v.push_back(v1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment