Archived issue #0027275

Unused formal parameter in BSplCLib::EvalBsplineBasis

Open CASCADEOCCT:Codingclosed5 public notes

Search issues

Description

EvalBsplineBasis (const Standard_Integer Side, const Standard_Integer DerivativeOrder, const Standard_Integer Order, const TColStd_Array1OfReal& FlatKnots, const Standard_Real Parameter, Standard_Integer& FirstNonZeroBsplineIndex, math_Matrix& BsplineBasis, const Standard_Boolean isPeriodic = Standard_False);

First parameter is defined but not used. It is necessary to remove it.

Steps to reproduce

N/A

Public activity

5 archived notes

Participants are labeled by their role within this record.

01Commenter 2
Branch [archived branch] has been created by Author.

[revision removed]


Detailed log of new commits:

Author: Author
Date: Thu Mar 17 14:22:22 2016 +0300

    0027275: Unused formal parameter in BSplCLib::EvalBsplineBasis
    
    Unused formal parameter is deleted.
02Commenter 2
Dear msv,
Please check current state of CR27275 and CR27275_prod (products repository) branches.
03Commenter 3
Reviewed.
04Commenter 4
Dear Commenter 1,

Branch CR27275 from occt git-repository (and CR27275_prod from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested.
[revision removed]
[revision removed]

Number of compiler warnings:
occt component:
   Linux: 0 (0 on master)
   Windows: 0 (0 on master)
   MacOS: 0 (0 on master)
products component:
   Linux: 68
   Windows: 0
   MacOS: 1123

Regressions/Differences:
Not detected

Testing cases:
Not needed

Testing on Linux:
   occt component:
Total MEMORY difference: 90337280 / 89868575 [+0.52%]
Total CPU difference: 19251.38 / 19349.769999999997 [-0.51%]
   products component:
Total MEMORY difference: 25865128 / 25986702 [-0.47%]
Total CPU difference: 5295.199999999992 / 5343.1399999999885 [-0.90%]

Testing on Windows:
   occt component:
Total MEMORY difference: 57449284 / 58017858 [-0.98%]
Total CPU difference: 18291.772454198865 / 18103.713248698838 [+1.04%]
   products component:
Total MEMORY difference: 17537791 / 17647333 [-0.62%]
Total CPU difference: 5188.172057299956 / 5172.805958799955 [+0.30%]
05Commenter 2
Branch [archived branch] has been deleted by Participant.

[revision removed]