Anonymous | Login | 2021-01-19 02:33 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0003403 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2003-08-04 13:24 | 2006-06-29 09:15 | ||||
Reporter | bugmaster | ||||||||
Assigned To | bugmaster | ||||||||
Priority | normal | Severity | trivial | ||||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | All | OS Version | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | [OCCT] 5.1.1 | |||||||
Summary | 0003403: A little bug in XCAFDoc_DocumentTool.cxx | ||||||||
Description | Bug from Open CASCADE community : Bug registered by Filippo Bottega. It is necessary to insert "&" symbol before "D)". Existed string : Standard_Boolean XCAFDoc_DocumentTool::IsXCAFDocument(const Handle(TDocStd_Document) D) { return RootLDocLMap.IsBound(D->Main().Root()); } Must be: Standard_Boolean XCAFDoc_DocumentTool::IsXCAFDocument(const Handle(TDocStd_Document)& D) { return RootLDocLMap.IsBound(D->Main().Root()); } Bugmaster | ||||||||
Tags | No tags attached. | ||||||||
Test case number | |||||||||
Attached Files | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2003-08-04 13:26 | bugmaster | CC | => tma, rln |
2003-08-04 13:26 | bugmaster | Status | new => verified |
2003-08-06 11:04 | bugmaster | Status | verified => closed |
2003-08-06 11:04 | bugmaster | Resolution | @0@ => fixed |
2004-12-30 11:25 | bugmaster | Customer | => |
2011-08-02 11:31 | bugmaster | Category | OCCT:MOA => OCCT:Modeling Algorithms |
Copyright © 2000 - 2021 MantisBT Team |