1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

0027275: Unused formal parameter in BSplCLib::EvalBsplineBasis

Unused formal parameter is deleted.
This commit is contained in:
aml
2016-03-17 14:22:22 +03:00
committed by bugmaster
parent 9a9a3edfd8
commit 6143f12f36
9 changed files with 18 additions and 23 deletions

View File

@@ -3211,8 +3211,7 @@ void BSplCLib::Eval
BSplCLib_LocalMatrix BsplineBasis (LocalRequest, Order);
ErrorCode =
BSplCLib::EvalBsplineBasis(1,
LocalRequest,
BSplCLib::EvalBsplineBasis(LocalRequest,
Order,
FlatKnots,
LocalParameter,
@@ -3410,8 +3409,7 @@ void BSplCLib::Eval
BSplCLib_LocalMatrix BsplineBasis (LocalRequest, Order);
ErrorCode =
BSplCLib::EvalBsplineBasis(1,
LocalRequest,
BSplCLib::EvalBsplineBasis(LocalRequest,
Order,
FlatKnots,
LocalParameter,