mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 02:30:35 +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);
|
gp_Vec2d aVec = myCurve.DN(U, N);
|
||||||
|
|
||||||
myTrsf.TransformD1(aPnt, aVec);
|
myTrsf.TransformD1(aPnt, aVec);
|
||||||
|
return aVec;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user