Skip to content
Snippets Groups Projects
Commit 5fe2d05a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 16f755ba
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ gmshEdge::gmshEdge(GModel *m, Curve *edge, GVertex *v1, GVertex *v2)
resetMeshAttributes();
}
bool gmshEdge::degenerate(int dim) const {
bool gmshEdge::degenerate(int dim) const
{
if (c->beg == c->end && c->Typ == MSH_SEGM_LINE){
Msg::Info("Model Edge %d is degenerate", tag());
return true;
......@@ -28,7 +29,6 @@ bool gmshEdge::degenerate(int dim) const {
return false;
}
void gmshEdge::resetMeshAttributes()
{
meshAttributes.method = c->Method;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment