Stupid me. Wrong braces in previous commit
This commit is contained in:
parent
e7a5c27693
commit
0b135dbc01
|
@ -108,7 +108,6 @@ public:
|
||||||
{
|
{
|
||||||
if(m.FN()>0)
|
if(m.FN()>0)
|
||||||
throw vcg::MissingPreconditionException("Expecting a mesh composed only by edges (no faces needed or allowed)");
|
throw vcg::MissingPreconditionException("Expecting a mesh composed only by edges (no faces needed or allowed)");
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue