mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0026832: TFunction_Iterator won't work if ExecutionStatus is Standard_False.
The method TFunction_Iterator::More() is corrected().
This commit is contained in:
parent
aee24cb547
commit
965681c56a
@ -164,7 +164,7 @@ Standard_Boolean TFunction_Iterator::More() const
|
|||||||
}
|
}
|
||||||
return Standard_False;
|
return Standard_False;
|
||||||
}
|
}
|
||||||
return myPassedFunctions.Extent() < myScope->GetFunctions().Extent();
|
return !myCurrent.IsEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user