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

missing return value

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