DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0023299

ShapeCustom_BSplineRestriction.cxx: line 732 - identical sub-expression in 'if-clause'

CommunityOCCT:Modeling Algorithmsclosed3 public notes

Search issues

Description

In ShapeCustom_BSplineRestriction::ConvertSurface

 if(aCV != 0 || aCV != 0) {

should be probably corrected to

 if(aCV != 0 || aCU != 0) {

Public activity

3 archived notes

Participants are labeled by their role within this record.

01Author
Corresponding git branch pushed. Please review.
02Commenter 2
No remarks, please test
03Commenter 1
Dear Commenter 2,
The workbenches
KAS:dev:mkv-23299-occt (GIT branch CR23299)
KAS:dev:mkv-23299-products (GIT master)
were compiled on Linux platform and tested.

Regression:
Not detected

Improvements:
Not detected

Testing case:
Not needed

See results in /QADisk/occttests/results/KAS/dev/mkv-23299-products_18072012/lin
See reference results in /QADisk/occttests/results/KAS/dev/products-20120706-opt_06072012/lin
See test cases in /QADisk/occttests/tests/ED