mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes
Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header.
This commit is contained in:
@@ -37,8 +37,8 @@ math_FunctionAllRoots::math_FunctionAllRoots (
|
||||
|
||||
|
||||
Standard_Boolean Nul, PNul, InterNul, Nuld, Nulf;
|
||||
Standard_Real DebNul,FinNul;
|
||||
Standard_Integer Indd,Indf;
|
||||
Standard_Real DebNul = 0., FinNul = 0.;
|
||||
Standard_Integer Indd = 0, Indf = 0;
|
||||
Standard_Real cst,val,valsav=0,valbid;
|
||||
Standard_Boolean fini;
|
||||
Standard_Integer Nbp,i;
|
||||
|
Reference in New Issue
Block a user