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

missing return value

parent 3b17b0eb
Branches
Tags
No related merge requests found
......@@ -57,6 +57,7 @@ SPoint3 ParamCoordParent::getUvw(MVertex* vert)
break;
}
}
return SPoint3(0.,0.,0.);
}
SPoint3 ParamCoordParent::uvw2Xyz(const SPoint3 &uvw)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment