mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix compilation error on Windows platform
This commit is contained in:
parent
87533ec02b
commit
18006cbdf3
@ -242,6 +242,7 @@ gp_Vec2d GEOMUtils::TrsfCurve2d::DN(const Standard_Real U,
|
||||
gp_Vec2d aVec = myCurve.DN(U, N);
|
||||
|
||||
myTrsf.TransformD1(aPnt, aVec);
|
||||
return aVec;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user