Skip to content
Snippets Groups Projects
Commit f5f6b562 authored by PA Beaufort's avatar PA Beaufort
Browse files

eaning up of warnings :-)

parent d5f0ffd9
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ void discreteFace::createGeometry() ...@@ -190,7 +190,7 @@ void discreteFace::createGeometry()
std::vector<MElement*> tem(triangles.begin(),triangles.end()); std::vector<MElement*> tem(triangles.begin(),triangles.end());
triangulation* init = new triangulation(-1, tem,this); triangulation* init = new triangulation(-1, tem,this);
allEdg2Tri = init->ed2tri; allEdg2Tri = init->ed2tri;
/*
toSplit.push(init); toSplit.push(init);
if((toSplit.top())->genus()!=0 || (toSplit.top())->aspectRatio() > eta || if((toSplit.top())->genus()!=0 || (toSplit.top())->aspectRatio() > eta ||
(toSplit.top())->seamPoint){ (toSplit.top())->seamPoint){
...@@ -235,7 +235,7 @@ void discreteFace::createGeometry() ...@@ -235,7 +235,7 @@ void discreteFace::createGeometry()
df->replaceEdges(toParam[i]->my_GEdges); df->replaceEdges(toParam[i]->my_GEdges);
_atlas.push_back(df); _atlas.push_back(df);
} }
*/
crossField(); crossField();
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment