There was an error while loading. Please reload this page.
1 parent 2d060e7 commit 6004ba4Copy full SHA for 6004ba4
1 file changed
test/cpp/schema_specific/inverse_attr2.cc
@@ -55,7 +55,7 @@ bool findInverseAttrs2( InverseAItr iai, InstMgr & instList, Registry & reg ) {
55
STEPattribute sa = attrlist[k];
56
if( sa.getADesc()->DomainType()->Type() == SET_TYPE ) {
57
STEPaggregate * aggr = sa.Aggregate();
58
- if( !aggr || aggr->is_null() != 0 ) { //this fails - and it appears that aggr is not initialized.
+ if( !aggr || aggr->is_null() != 0 ) {
59
cout << "findInverseAttrs2 FAILED" << endl;
60
return false;
61
}
0 commit comments