From: kgv Date: Mon, 18 Mar 2019 19:38:58 +0000 (+0300) Subject: Remove No_Standard_* macros defined within .cxx files. X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=25fd0de70e7726385a398a372c5923ab06949b41;p=occt-copy.git Remove No_Standard_* macros defined within .cxx files. --- diff --git a/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx b/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx index ebf7fa580c..8c6a5d6194 100644 --- a/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx +++ b/src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx @@ -11,9 +11,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/AdvApprox/AdvApprox_SimpleApprox.cxx b/src/AdvApprox/AdvApprox_SimpleApprox.cxx index 2ca97c3a5a..375baf40b3 100644 --- a/src/AdvApprox/AdvApprox_SimpleApprox.cxx +++ b/src/AdvApprox/AdvApprox_SimpleApprox.cxx @@ -12,10 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/AppCont/AppCont_ContMatrices.cxx b/src/AppCont/AppCont_ContMatrices.cxx index 54a258b826..06f1fce62b 100644 --- a/src/AppCont/AppCont_ContMatrices.cxx +++ b/src/AppCont/AppCont_ContMatrices.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif - - #include #include #include diff --git a/src/AppCont/AppCont_ContMatrices_1.cxx b/src/AppCont/AppCont_ContMatrices_1.cxx index 0956cea935..ee6cb95dfc 100644 --- a/src/AppCont/AppCont_ContMatrices_1.cxx +++ b/src/AppCont/AppCont_ContMatrices_1.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif - #include #include #include diff --git a/src/AppCont/AppCont_ContMatrices_2.cxx b/src/AppCont/AppCont_ContMatrices_2.cxx index 3243a8ef23..bc2e30d819 100644 --- a/src/AppCont/AppCont_ContMatrices_2.cxx +++ b/src/AppCont/AppCont_ContMatrices_2.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif - - #include #include #include diff --git a/src/AppCont/AppCont_ContMatrices_3.cxx b/src/AppCont/AppCont_ContMatrices_3.cxx index 20f4443249..23e3fc20de 100644 --- a/src/AppCont/AppCont_ContMatrices_3.cxx +++ b/src/AppCont/AppCont_ContMatrices_3.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif - #include #include #include diff --git a/src/AppCont/AppCont_ContMatrices_4.cxx b/src/AppCont/AppCont_ContMatrices_4.cxx index 7cc15f2dbc..77308e25f2 100644 --- a/src/AppCont/AppCont_ContMatrices_4.cxx +++ b/src/AppCont/AppCont_ContMatrices_4.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif - #include #include #include diff --git a/src/AppCont/AppCont_LeastSquare.cxx b/src/AppCont/AppCont_LeastSquare.cxx index d44d555591..7652b1175c 100644 --- a/src/AppCont/AppCont_LeastSquare.cxx +++ b/src/AppCont/AppCont_LeastSquare.cxx @@ -14,10 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_RangeError -#endif #include #include diff --git a/src/AppDef/AppDef_Variational.cxx b/src/AppDef/AppDef_Variational.cxx index 842f587f4e..bda8016a1a 100644 --- a/src/AppDef/AppDef_Variational.cxx +++ b/src/AppDef/AppDef_Variational.cxx @@ -32,11 +32,6 @@ #include #include -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError -#define No_Standard_ConstructionError - #include #include diff --git a/src/AppParCurves/AppParCurves.cxx b/src/AppParCurves/AppParCurves.cxx index 1987547084..2400dd510a 100644 --- a/src/AppParCurves/AppParCurves.cxx +++ b/src/AppParCurves/AppParCurves.cxx @@ -12,10 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/AppParCurves/AppParCurves_BSpGradient.gxx b/src/AppParCurves/AppParCurves_BSpGradient.gxx index 83953e2a5e..bce8dd7d84 100644 --- a/src/AppParCurves/AppParCurves_BSpGradient.gxx +++ b/src/AppParCurves/AppParCurves_BSpGradient.gxx @@ -20,10 +20,6 @@ // La methode de gradient conjugue est programmee dans la bibliotheque // mathematique: math_BFGS. - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - #include #include #include diff --git a/src/AppParCurves/AppParCurves_Function.gxx b/src/AppParCurves/AppParCurves_Function.gxx index 92bad3f474..93aeeed612 100644 --- a/src/AppParCurves/AppParCurves_Function.gxx +++ b/src/AppParCurves/AppParCurves_Function.gxx @@ -20,11 +20,6 @@ // DF(ui, Poles(ui)) ce qui implique un calcul des nouveaux poles // a chaque appel. -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - - #include #include #include diff --git a/src/AppParCurves/AppParCurves_Gradient.gxx b/src/AppParCurves/AppParCurves_Gradient.gxx index 438b900bcd..721d157600 100644 --- a/src/AppParCurves/AppParCurves_Gradient.gxx +++ b/src/AppParCurves/AppParCurves_Gradient.gxx @@ -25,10 +25,6 @@ // Si ce n est pas le cas, l appel a ResConstraint est equivalent a une // seconde resolution par les moindres carres donc beaucoup de temps perdu. - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - #include #include #include diff --git a/src/AppParCurves/AppParCurves_LeastSquare.gxx b/src/AppParCurves/AppParCurves_LeastSquare.gxx index 38ccd4e2fd..bffe13b077 100644 --- a/src/AppParCurves/AppParCurves_LeastSquare.gxx +++ b/src/AppParCurves/AppParCurves_LeastSquare.gxx @@ -19,11 +19,6 @@ // Ce programme utilise les moindres carres pour le cas suivant: // passage et tangences aux extremites. - -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - #include #include #include diff --git a/src/AppParCurves/AppParCurves_ResolConstraint.gxx b/src/AppParCurves/AppParCurves_ResolConstraint.gxx index ec123cb62d..8468056a02 100644 --- a/src/AppParCurves/AppParCurves_ResolConstraint.gxx +++ b/src/AppParCurves/AppParCurves_ResolConstraint.gxx @@ -19,9 +19,6 @@ // solution approchee (MultiCurve). L algorithme utilise est l algorithme // d Uzawa du package mathematique. -#define No_Standard_RangeError -#define No_Standard_OutOfRange - #include #include #include diff --git a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx index 1ab9716ece..2d3dd61505 100644 --- a/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx +++ b/src/BRepTopAdaptor/BRepTopAdaptor_FClass2d.cxx @@ -16,9 +16,6 @@ #define AFFICHAGE 0 -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/BSplCLib/BSplCLib_BzSyntaxes.cxx b/src/BSplCLib/BSplCLib_BzSyntaxes.cxx index 5a386157f9..f395f9608f 100644 --- a/src/BSplCLib/BSplCLib_BzSyntaxes.cxx +++ b/src/BSplCLib/BSplCLib_BzSyntaxes.cxx @@ -18,9 +18,6 @@ #include #include -#define No_Standard_RangeError -#define No_Standard_OutOfRange - //======================================================================= //struct : BSplCLib_BezierArrays //purpose: Auxiliary structure providing standard definitions of bspline diff --git a/src/BSplSLib/BSplSLib_BzSyntaxes.cxx b/src/BSplSLib/BSplSLib_BzSyntaxes.cxx index 5e6abc0ff8..cfbe1070c0 100644 --- a/src/BSplSLib/BSplSLib_BzSyntaxes.cxx +++ b/src/BSplSLib/BSplSLib_BzSyntaxes.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// pmn 16-10-96 : Correction de PolesCoefficient (PRO5782) -// ColLength et RowLength avaient encore frappes !! - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - #include #include #include diff --git a/src/CSLib/CSLib_Class2d.cxx b/src/CSLib/CSLib_Class2d.cxx index ea51544443..560be96306 100644 --- a/src/CSLib/CSLib_Class2d.cxx +++ b/src/CSLib/CSLib_Class2d.cxx @@ -14,8 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#define No_Standard_OutOfRange - #include #include #include diff --git a/src/Convert/Convert_CompPolynomialToPoles.cxx b/src/Convert/Convert_CompPolynomialToPoles.cxx index 1399723aef..4c14498085 100644 --- a/src/Convert/Convert_CompPolynomialToPoles.cxx +++ b/src/Convert/Convert_CompPolynomialToPoles.cxx @@ -22,9 +22,6 @@ // 15-04-97 : PMN : Constructeurs avec un seul segement ou differentes // continuitees. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/Convert/Convert_ConicToBSplineCurve.cxx b/src/Convert/Convert_ConicToBSplineCurve.cxx index a78a88be03..4a0c6bc2f0 100644 --- a/src/Convert/Convert_ConicToBSplineCurve.cxx +++ b/src/Convert/Convert_ConicToBSplineCurve.cxx @@ -12,11 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//JCV 16/10/91 - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/ElCLib/ElCLib.cxx b/src/ElCLib/ElCLib.cxx index 5436b89a28..ea31c82cee 100644 --- a/src/ElCLib/ElCLib.cxx +++ b/src/ElCLib/ElCLib.cxx @@ -14,13 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Evolutions JCV Dec 1991 ajout de calculs de derivees et traitement -// d'entites 2d -// JCV Mars 1992 ajout method SetLinearForm - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/Expr/Expr_BinaryFunction.cxx b/src/Expr/Expr_BinaryFunction.cxx index 1557944ca8..2ab3e8aa59 100644 --- a/src/Expr/Expr_BinaryFunction.cxx +++ b/src/Expr/Expr_BinaryFunction.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/Expr/Expr_PolyFunction.cxx b/src/Expr/Expr_PolyFunction.cxx index 61f1544a8a..c18c03a47b 100644 --- a/src/Expr/Expr_PolyFunction.cxx +++ b/src/Expr/Expr_PolyFunction.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/Expr/Expr_Product.cxx b/src/Expr/Expr_Product.cxx index 2aca663460..00e2c3d80d 100644 --- a/src/Expr/Expr_Product.cxx +++ b/src/Expr/Expr_Product.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/Expr/Expr_Sum.cxx b/src/Expr/Expr_Sum.cxx index f3a1889991..9c338fb6f2 100644 --- a/src/Expr/Expr_Sum.cxx +++ b/src/Expr/Expr_Sum.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/Expr/Expr_UnaryFunction.cxx b/src/Expr/Expr_UnaryFunction.cxx index ab2c0576e7..0394cb7a9a 100644 --- a/src/Expr/Expr_UnaryFunction.cxx +++ b/src/Expr/Expr_UnaryFunction.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FEmTool/FEmTool_Curve.cxx b/src/FEmTool/FEmTool_Curve.cxx index 8e41745978..f00100f6f1 100644 --- a/src/FEmTool/FEmTool_Curve.cxx +++ b/src/FEmTool/FEmTool_Curve.cxx @@ -14,10 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/FEmTool/FEmTool_ProfileMatrix.cxx b/src/FEmTool/FEmTool_ProfileMatrix.cxx index b61ab7665a..8ef9767da9 100644 --- a/src/FEmTool/FEmTool_ProfileMatrix.cxx +++ b/src/FEmTool/FEmTool_ProfileMatrix.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - - #include #include #include diff --git a/src/FairCurve/FairCurve_Batten.cxx b/src/FairCurve/FairCurve_Batten.cxx index 60dde67034..ce4731f010 100644 --- a/src/FairCurve/FairCurve_Batten.cxx +++ b/src/FairCurve/FairCurve_Batten.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_DistributionOfJerk.cxx b/src/FairCurve/FairCurve_DistributionOfJerk.cxx index 0a9d15ec62..135532b138 100644 --- a/src/FairCurve/FairCurve_DistributionOfJerk.cxx +++ b/src/FairCurve/FairCurve_DistributionOfJerk.cxx @@ -14,14 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 01-04-1996 : PMN Version originale - -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_DistributionOfSagging.cxx b/src/FairCurve/FairCurve_DistributionOfSagging.cxx index e600810e02..4cc4c37a65 100644 --- a/src/FairCurve/FairCurve_DistributionOfSagging.cxx +++ b/src/FairCurve/FairCurve_DistributionOfSagging.cxx @@ -11,14 +11,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 09-02-1996 : PMN Version originale - -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_DistributionOfTension.cxx b/src/FairCurve/FairCurve_DistributionOfTension.cxx index a98a17c7f2..a0afcc5eda 100644 --- a/src/FairCurve/FairCurve_DistributionOfTension.cxx +++ b/src/FairCurve/FairCurve_DistributionOfTension.cxx @@ -11,14 +11,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 30-01-1996 : PMN Version originale - -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_Energy.cxx b/src/FairCurve/FairCurve_Energy.cxx index 68005d39cd..657453c7ac 100644 --- a/src/FairCurve/FairCurve_Energy.cxx +++ b/src/FairCurve/FairCurve_Energy.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_EnergyOfBatten.cxx b/src/FairCurve/FairCurve_EnergyOfBatten.cxx index afa1ee59da..7ed787403e 100644 --- a/src/FairCurve/FairCurve_EnergyOfBatten.cxx +++ b/src/FairCurve/FairCurve_EnergyOfBatten.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/FairCurve/FairCurve_MinimalVariation.cxx b/src/FairCurve/FairCurve_MinimalVariation.cxx index 8a8230b7a5..1dba0e6aa6 100644 --- a/src/FairCurve/FairCurve_MinimalVariation.cxx +++ b/src/FairCurve/FairCurve_MinimalVariation.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/Geom/Geom_BSplineCurve.cxx b/src/Geom/Geom_BSplineCurve.cxx index 7792defa11..6b2eca447d 100644 --- a/src/Geom/Geom_BSplineCurve.cxx +++ b/src/Geom/Geom_BSplineCurve.cxx @@ -14,22 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//Avril 1991 : constructeurs + methodes de lecture. -//Mai 1991 : revue des specifs + debut de realisation des classes tool => -// implementation des methodes Set et calcul du point courant. -//Juillet 1991 : voir egalement File Geom_BSplineCurve_1.cxx -//Juin 1992 : mise a plat des valeurs nodales - amelioration des -// performances sur calcul du point courant - -//RLE Aug 1993 Remove Swaps, Remove typedefs, Update BSplCLib -// debug periodic, IncreaseDegree -// 21-Mar-95 : xab implemented cache -// 14-Mar-96 : xab implemented MovePointAndTangent -// 13-Oct-96 : pmn Bug dans SetPeriodic (PRO6088) et Segment (PRO6250) - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/Geom/Geom_BSplineSurface.cxx b/src/Geom/Geom_BSplineSurface.cxx index 8bbd8cb76e..844002fab3 100644 --- a/src/Geom/Geom_BSplineSurface.cxx +++ b/src/Geom/Geom_BSplineSurface.cxx @@ -14,15 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 14-Mar-96 : xab portage hp -// pmn : 28-Jun-96 Distinction entre la continuite en U et V (bug PRO4625) -// pmn : 07-Jan-97 Centralisation des verif rational (PRO6834) -// et ajout des InvalideCache() dans les SetWeight*(PRO6833) -// RBD : 15-10-98 ; Le cache est maintenant calcule sur [-1,1] (pro15537). -// jct : 19-01-99 ; permutation de urational et vrational dans Rational. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/Geom/Geom_BezierCurve.cxx b/src/Geom/Geom_BezierCurve.cxx index e25133dcad..eed3230685 100644 --- a/src/Geom/Geom_BezierCurve.cxx +++ b/src/Geom/Geom_BezierCurve.cxx @@ -14,19 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Passage en classe persistante - 23/01/91 -// Modif suite a la deuxieme revue de projet toolkit Geometry -23/01/91 -// Infos : -// Actuellement pour les champs de la courbe le tableau des poles est -// declare de 1 a NbPoles et le tableau des poids est declare de 1 a NbPoles - -// Revised RLE Aug 19 1993 -// Suppressed Swaps, added Init, removed typedefs - -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - - #include #include #include diff --git a/src/Geom/Geom_BezierSurface.cxx b/src/Geom/Geom_BezierSurface.cxx index c6ede954d4..220816bc96 100644 --- a/src/Geom/Geom_BezierSurface.cxx +++ b/src/Geom/Geom_BezierSurface.cxx @@ -14,19 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//Passage en classe persistante - 23/01/91 -//Modif suite a la deuxieme revue de projet toolkit Geometry -23/01/91 -// pmn : 21/10/95 ; Correction de la methode segment (PRO5853) -// pmn : 31-Dec-96; Bonne gestion des poids (bug PRO4622) -// xab : 07-Jul-97; le cache est instable en degree 21 -// a partir du degree 15 on ne l'utilise plus -// RBD : 15/10/98 ; Le cache est desormais defini sur [-1,1] (pro15537). -// pmn : 10/12/98 ; Update de la methode segment (suite a la modif de cache). - -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - - #include #include #include diff --git a/src/Geom2d/Geom2d_BSplineCurve.cxx b/src/Geom2d/Geom2d_BSplineCurve.cxx index 9ab6e279fb..d7a12ced8a 100644 --- a/src/Geom2d/Geom2d_BSplineCurve.cxx +++ b/src/Geom2d/Geom2d_BSplineCurve.cxx @@ -14,21 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//Avril 1991 : constructeurs + methodes de lecture. -//Mai 1991 : revue des specifs + debut de realisation des classes tool => -// implementation des methodes Set et calcul du point courant. -//Juillet 1991 : voir egalement File Geom2d_BSplineCurve_1.cxx -//Juin 1992 : mise a plat des valeurs nodales - amelioration des -// performances sur calcul du point courant - -//RLE Aug 1993 Remove Swaps, Init methods, Remove typedefs -// 14-Mar-96 : xab implemented MovePointAndTangent - -//SAMTECH Jan 2002 : add text to Raise() - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/Geom2d/Geom2d_BezierCurve.cxx b/src/Geom2d/Geom2d_BezierCurve.cxx index 38250afe44..a3971781a2 100644 --- a/src/Geom2d/Geom2d_BezierCurve.cxx +++ b/src/Geom2d/Geom2d_BezierCurve.cxx @@ -14,20 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Passage en classe persistante - 23/01/91 -// Modif suite a la deuxieme revue de projet toolkit Geometry -23/01/91 -// Infos : -// Actuellement pour les champs de la courbe le tableau des poles est -// declare de 1 a NbPoles et le tableau des poids est declare de 1 a NbPoles - - -// Revised RLE Aug 19 1993 -// Suppressed Swaps, added Init, removed typedefs - -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - - #include #include #include diff --git a/src/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx b/src/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx index 63bb4420f1..24592519f9 100644 --- a/src/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx +++ b/src/Geom2dAdaptor/Geom2dAdaptor_Curve.cxx @@ -14,14 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 20/02/97 : PMN -> Positionement local sur BSpline (PRO6902) -// 10/07/97 : PMN -> Pas de calcul de resolution dans Nb(Intervals) (PRO9248) -// 20/10/97 : JPI -> traitement des offset curves - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/GeomAdaptor/GeomAdaptor_Curve.cxx b/src/GeomAdaptor/GeomAdaptor_Curve.cxx index 390673cc31..68f7f972ef 100644 --- a/src/GeomAdaptor/GeomAdaptor_Curve.cxx +++ b/src/GeomAdaptor/GeomAdaptor_Curve.cxx @@ -14,14 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 20/02/97 : PMN -> Positionement local sur BSpline (PRO6902) -// 10/07/97 : PMN -> Pas de calcul de resolution dans Nb(Intervals)(PRO9248) -// 20/10/97 : RBV -> traitement des offset curves - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/GeomAdaptor/GeomAdaptor_Surface.cxx b/src/GeomAdaptor/GeomAdaptor_Surface.cxx index 621220dae0..7e9b3a4db5 100644 --- a/src/GeomAdaptor/GeomAdaptor_Surface.cxx +++ b/src/GeomAdaptor/GeomAdaptor_Surface.cxx @@ -14,13 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modified: Thu Nov 26 16:37:18 1998 -// correction in NbUIntervals for SurfaceOfLinearExtrusion -// (PRO16346) - -#define No_Standard_RangeError -#define No_Standard_OutOfRange - #include #include #include diff --git a/src/GeomFill/GeomFill_SweepFunction.cxx b/src/GeomFill/GeomFill_SweepFunction.cxx index 609581b344..a5b466fc2b 100644 --- a/src/GeomFill/GeomFill_SweepFunction.cxx +++ b/src/GeomFill/GeomFill_SweepFunction.cxx @@ -14,13 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError -#endif - - #include #include #include diff --git a/src/HLRBRep/HLRBRep_Algo.cxx b/src/HLRBRep/HLRBRep_Algo.cxx index bf77728cc0..8dd2d628db 100644 --- a/src/HLRBRep/HLRBRep_Algo.cxx +++ b/src/HLRBRep/HLRBRep_Algo.cxx @@ -14,9 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/HLRBRep/HLRBRep_Data.cxx b/src/HLRBRep/HLRBRep_Data.cxx index 72e8f07106..610e0166b4 100644 --- a/src/HLRBRep/HLRBRep_Data.cxx +++ b/src/HLRBRep/HLRBRep_Data.cxx @@ -14,8 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#define No_Standard_OutOfRange - #include #include #include diff --git a/src/HLRBRep/HLRBRep_Hider.cxx b/src/HLRBRep/HLRBRep_Hider.cxx index 3054ec1ee3..4db426d123 100644 --- a/src/HLRBRep/HLRBRep_Hider.cxx +++ b/src/HLRBRep/HLRBRep_Hider.cxx @@ -14,9 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/IntAna/IntAna_Curve.cxx b/src/IntAna/IntAna_Curve.cxx index e1ee922435..d363d8ced7 100644 --- a/src/IntAna/IntAna_Curve.cxx +++ b/src/IntAna/IntAna_Curve.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - //---------------------------------------------------------------------- //-- Differents constructeurs sont proposes qui correspondent aux //-- polynomes en Z : diff --git a/src/IntAna/IntAna_Int3Pln.cxx b/src/IntAna/IntAna_Int3Pln.cxx index b43151e83f..320d759f64 100644 --- a/src/IntAna/IntAna_Int3Pln.cxx +++ b/src/IntAna/IntAna_Int3Pln.cxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/IntAna/IntAna_IntConicQuad.cxx b/src/IntAna/IntAna_IntConicQuad.cxx index 66ccef9b0a..dc82272d58 100644 --- a/src/IntAna/IntAna_IntConicQuad.cxx +++ b/src/IntAna/IntAna_IntConicQuad.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - #define CREATE IntAna_IntConicQuad::IntAna_IntConicQuad #define PERFORM void IntAna_IntConicQuad::Perform diff --git a/src/IntAna/IntAna_IntQuadQuad.cxx b/src/IntAna/IntAna_IntQuadQuad.cxx index e2fd66f19e..a61e334245 100644 --- a/src/IntAna/IntAna_IntQuadQuad.cxx +++ b/src/IntAna/IntAna_IntQuadQuad.cxx @@ -18,11 +18,6 @@ #include -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - //====================================================================== //== I n t e r s e c t i o n C O N E Q U A D R I Q U E //== C Y L I N D R E Q U A D R I Q U E diff --git a/src/IntAna/IntAna_QuadQuadGeo.cxx b/src/IntAna/IntAna_QuadQuadGeo.cxx index 79a3ed250f..296f013c56 100644 --- a/src/IntAna/IntAna_QuadQuadGeo.cxx +++ b/src/IntAna/IntAna_QuadQuadGeo.cxx @@ -19,11 +19,6 @@ //-- If the intersection is not a conic, //-- analytical methods must be called. //---------------------------------------------------------------------- -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - #include #include diff --git a/src/IntAna/IntAna_Quadric.cxx b/src/IntAna/IntAna_Quadric.cxx index b71f83f606..7a98d0dbb4 100644 --- a/src/IntAna/IntAna_Quadric.cxx +++ b/src/IntAna/IntAna_Quadric.cxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/IntCurve/IntCurve_DistBetweenPCurvesGen.gxx b/src/IntCurve/IntCurve_DistBetweenPCurvesGen.gxx index bc23cd3189..dbb402e5c6 100644 --- a/src/IntCurve/IntCurve_DistBetweenPCurvesGen.gxx +++ b/src/IntCurve/IntCurve_DistBetweenPCurvesGen.gxx @@ -14,13 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - - #include #include diff --git a/src/IntCurve/IntCurve_IntPolyPolyGen.gxx b/src/IntCurve/IntCurve_IntPolyPolyGen.gxx index ae3c4bfb99..dd576b9001 100644 --- a/src/IntCurve/IntCurve_IntPolyPolyGen.gxx +++ b/src/IntCurve/IntCurve_IntPolyPolyGen.gxx @@ -14,15 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// Modified by skv - Tue Mar 1 14:22:09 2005 OCC8169 - - -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include diff --git a/src/IntCurveSurface/IntCurveSurface_Inter.gxx b/src/IntCurveSurface/IntCurveSurface_Inter.gxx index 02da392539..aec7cdbb6d 100644 --- a/src/IntCurveSurface/IntCurveSurface_Inter.gxx +++ b/src/IntCurveSurface/IntCurveSurface_Inter.gxx @@ -14,12 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -//#define No_Standard_RangeError -//#define No_Standard_OutOfRange -//#endif - - #define TOLTANGENCY 0.00000001 #define TOLERANCE_ANGULAIRE 1.e-12//0.00000001 #define TOLERANCE 0.00000001 diff --git a/src/IntImp/IntImp_Int2S.gxx b/src/IntImp/IntImp_Int2S.gxx index a36025ac3a..ba5dae1071 100644 --- a/src/IntImp/IntImp_Int2S.gxx +++ b/src/IntImp/IntImp_Int2S.gxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/IntImp/IntImp_IntCS.gxx b/src/IntImp/IntImp_IntCS.gxx index bc56346c15..5bbb4d635b 100644 --- a/src/IntImp/IntImp_IntCS.gxx +++ b/src/IntImp/IntImp_IntCS.gxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/IntImp/IntImp_ZerCSParFunc.gxx b/src/IntImp/IntImp_ZerCSParFunc.gxx index b466f80f7e..167f33c9ca 100644 --- a/src/IntImp/IntImp_ZerCSParFunc.gxx +++ b/src/IntImp/IntImp_ZerCSParFunc.gxx @@ -15,12 +15,6 @@ #include #include -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - IntImp_ZerCSParFunc::IntImp_ZerCSParFunc(const ThePSurface& S, const TheCurve& C) { surface = S; diff --git a/src/IntImp/IntImp_ZerImpFunc.gxx b/src/IntImp/IntImp_ZerImpFunc.gxx index aba25b3410..9343a380e4 100644 --- a/src/IntImp/IntImp_ZerImpFunc.gxx +++ b/src/IntImp/IntImp_ZerImpFunc.gxx @@ -16,11 +16,6 @@ #define EpsAng2 1.e-16 #define Tolpetit 1.e-16 -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - #define SURF (*((ThePSurface *)(surf))) #define FUNC (*((TheISurface *)(func))) diff --git a/src/IntImp/IntImp_ZerParFunc.gxx b/src/IntImp/IntImp_ZerParFunc.gxx index 550229559d..33667cce5a 100644 --- a/src/IntImp/IntImp_ZerParFunc.gxx +++ b/src/IntImp/IntImp_ZerParFunc.gxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #include #include #include diff --git a/src/IntPatch/IntPatch_CSFunction.cxx b/src/IntPatch/IntPatch_CSFunction.cxx index 20fb5335c8..21ec70a283 100644 --- a/src/IntPatch/IntPatch_CSFunction.cxx +++ b/src/IntPatch/IntPatch_CSFunction.cxx @@ -12,7 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. - #include #include #include @@ -24,12 +23,6 @@ #include #include -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - #define SURFACE1 (*((Handle(Adaptor3d_HSurface) *)(surface1))) #define SURFACE2 (*((Handle(Adaptor3d_HSurface) *)(surface2))) #define CURVE (*((Handle(Adaptor2d_HCurve2d) *)(curve))) diff --git a/src/IntPatch/IntPatch_ImpPrmIntersection.cxx b/src/IntPatch/IntPatch_ImpPrmIntersection.cxx index 072397bdb5..8d6e179cbf 100644 --- a/src/IntPatch/IntPatch_ImpPrmIntersection.cxx +++ b/src/IntPatch/IntPatch_ImpPrmIntersection.cxx @@ -38,11 +38,6 @@ #include #include -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - static Standard_Boolean DecomposeResult(const Handle(IntPatch_PointLine)& theLine, const Standard_Boolean IsReversed, const IntSurf_Quadric& theQuad, diff --git a/src/IntStart/IntStart_SearchInside.gxx b/src/IntStart/IntStart_SearchInside.gxx index 53a2225cd0..cba0572f02 100644 --- a/src/IntStart/IntStart_SearchInside.gxx +++ b/src/IntStart/IntStart_SearchInside.gxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - - #include #include #include diff --git a/src/IntWalk/IntWalk_IWalking_2.gxx b/src/IntWalk/IntWalk_IWalking_2.gxx index 69db4cd3ed..e82b9a26ad 100644 --- a/src/IntWalk/IntWalk_IWalking_2.gxx +++ b/src/IntWalk/IntWalk_IWalking_2.gxx @@ -17,12 +17,6 @@ #include #include -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - // _______________________________________________ // // Location of point (u, v) in the natural domain of a surface AND update diff --git a/src/IntWalk/IntWalk_IWalking_6.gxx b/src/IntWalk/IntWalk_IWalking_6.gxx index 259aa9f194..32b5f5663a 100644 --- a/src/IntWalk/IntWalk_IWalking_6.gxx +++ b/src/IntWalk/IntWalk_IWalking_6.gxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#endif - - void IntWalk_IWalking::AddPointInCurrentLine (const Standard_Integer N, const ThePointOfPath& PathPnt, diff --git a/src/TopExp/TopExp.cxx b/src/TopExp/TopExp.cxx index 58dc97ce32..64168047ae 100644 --- a/src/TopExp/TopExp.cxx +++ b/src/TopExp/TopExp.cxx @@ -14,11 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_NoMoreObject -#define No_Standard_NoSuchObject -#define No_Standard_TypeMismatch - - #include #include #include diff --git a/src/TopExp/TopExp_Explorer.cxx b/src/TopExp/TopExp_Explorer.cxx index f698f928cc..2ee54e7b19 100644 --- a/src/TopExp/TopExp_Explorer.cxx +++ b/src/TopExp/TopExp_Explorer.cxx @@ -14,10 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_NoMoreObject -#define No_Standard_NoSuchObject - - #include #include #include diff --git a/src/TopLoc/TopLoc_Location.cxx b/src/TopLoc/TopLoc_Location.cxx index 8111de5570..654381799c 100644 --- a/src/TopLoc/TopLoc_Location.cxx +++ b/src/TopLoc/TopLoc_Location.cxx @@ -14,9 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_NoSuchObject - - #include #include #include diff --git a/src/TopOpeBRepDS/TopOpeBRepDS_Explorer.cxx b/src/TopOpeBRepDS/TopOpeBRepDS_Explorer.cxx index a9844fab27..2feb1d8e3d 100644 --- a/src/TopOpeBRepDS/TopOpeBRepDS_Explorer.cxx +++ b/src/TopOpeBRepDS/TopOpeBRepDS_Explorer.cxx @@ -14,10 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_NoMoreObject -#define No_Standard_NoSuchObject - - #include #include #include diff --git a/src/TopoDS/TopoDS_Iterator.cxx b/src/TopoDS/TopoDS_Iterator.cxx index ce993b318a..033ed50191 100644 --- a/src/TopoDS/TopoDS_Iterator.cxx +++ b/src/TopoDS/TopoDS_Iterator.cxx @@ -14,9 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_NoSuchObject - - #include #include #include diff --git a/src/gp/gp_Ax1.cxx b/src/gp/gp_Ax1.cxx index 65290c0d21..0a618bd83b 100644 --- a/src/gp/gp_Ax1.cxx +++ b/src/gp/gp_Ax1.cxx @@ -12,14 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 1/10/90 Changement de nom du package vgeom -> gp -// JCV 12/12/90 modif introduction des classes XYZ et Mat dans le package -// LPA, JCV 07/92 passage sur C1. -// JCV 07/92 Introduction de la method Dump - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Ax2.cxx b/src/gp/gp_Ax2.cxx index bcecdca6fd..7efc53cdd3 100644 --- a/src/gp/gp_Ax2.cxx +++ b/src/gp/gp_Ax2.cxx @@ -12,14 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 1/10/90 Changement de nom du package vgeom -> gp -// JCV 12/12/90 Modif mineur suite a la premiere revue de projet -// LPA, JCV 07/92 passage sur C1. -// JCV 07/92 Introduction de la method Dump - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Ax2d.cxx b/src/gp/gp_Ax2d.cxx index ab24a561a9..6335849c06 100644 --- a/src/gp/gp_Ax2d.cxx +++ b/src/gp/gp_Ax2d.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 08/01/91 modif introduction des classes XY et Mat dans le package -// LPA, JCV 07/92 passage sur C1. -// JCV 07/92 Introduction de la method Dump - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_GTrsf.cxx b/src/gp/gp_GTrsf.cxx index 0196ec7fe9..14e1c87948 100644 --- a/src/gp/gp_GTrsf.cxx +++ b/src/gp/gp_GTrsf.cxx @@ -12,9 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Hypr2d.cxx b/src/gp/gp_Hypr2d.cxx index 400a00c57e..b8341874e7 100644 --- a/src/gp/gp_Hypr2d.cxx +++ b/src/gp/gp_Hypr2d.cxx @@ -12,9 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Lin2d.cxx b/src/gp/gp_Lin2d.cxx index 5c06b47255..749493c4de 100644 --- a/src/gp/gp_Lin2d.cxx +++ b/src/gp/gp_Lin2d.cxx @@ -12,12 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 10/01/91 modifs suite a la deuxieme revue de projet -// AGV 03/04/07 bug correction: "pos" origin too far when A is very small - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Mat.cxx b/src/gp/gp_Mat.cxx index cb106686fc..b8e0fcff8c 100644 --- a/src/gp/gp_Mat.cxx +++ b/src/gp/gp_Mat.cxx @@ -12,14 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 10/09/97 : PMN : Correction BUC40192 (pb avec les matrices negatives) - -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_ConstructionError -#endif - - #include #include #include diff --git a/src/gp/gp_Mat2d.cxx b/src/gp/gp_Mat2d.cxx index 6aa7698c8e..8b64a6f558 100644 --- a/src/gp/gp_Mat2d.cxx +++ b/src/gp/gp_Mat2d.cxx @@ -12,14 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// 10/09/97 : PMN : Correction BUC40192 (pb avec les matrices negatives) - -#ifndef OCCT_DEBUG -#define No_Standard_OutOfRange -#define No_Standard_ConstructionError -#endif - - #include #include #include diff --git a/src/gp/gp_Parab2d.cxx b/src/gp/gp_Parab2d.cxx index 48718479a9..25b48ce667 100644 --- a/src/gp/gp_Parab2d.cxx +++ b/src/gp/gp_Parab2d.cxx @@ -12,9 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Pnt.cxx b/src/gp/gp_Pnt.cxx index ac82fb208a..4783371d49 100644 --- a/src/gp/gp_Pnt.cxx +++ b/src/gp/gp_Pnt.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 30/08/90 Modif passage version C++ 2.0 sur Sun -// JCV 01/10/90 Changement de nom du package vgeom -> gp -// JCV 07/12/90 Modifs introduction des classes XYZ, Mat dans le package gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Pnt2d.cxx b/src/gp/gp_Pnt2d.cxx index f51542f05c..196d0ce158 100644 --- a/src/gp/gp_Pnt2d.cxx +++ b/src/gp/gp_Pnt2d.cxx @@ -12,11 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 08/01/91 Modifs introduction des classes XY, Mat2d dans le package gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Trsf.cxx b/src/gp/gp_Trsf.cxx index 6401493575..e5b6d366fb 100644 --- a/src/gp/gp_Trsf.cxx +++ b/src/gp/gp_Trsf.cxx @@ -12,14 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 30/08/90 Modif passage version C++ 2.0 sur Sun -// JCV 1/10/90 Changement de nom du package vgeom -> gp -// JCV 4/10/90 codage sur la forme de la transformation shape,Scaling,negative -// JCV 10/12/90 Modif introduction des classes Mat et XYZ dans gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Trsf2d.cxx b/src/gp/gp_Trsf2d.cxx index 2b712cbd43..270c25dbe0 100644 --- a/src/gp/gp_Trsf2d.cxx +++ b/src/gp/gp_Trsf2d.cxx @@ -12,11 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 08/01/91 Modif introduction des classes Mat2d et XY dans gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Vec.cxx b/src/gp/gp_Vec.cxx index dd70d64417..083b7e5c02 100644 --- a/src/gp/gp_Vec.cxx +++ b/src/gp/gp_Vec.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 30/08/90 Modif passage version C++ 2.0 sur Sun -// JCV 1/10/90 Changement de nom du package vgeom -> gp -// JCV 07/12/90 Modifs suite a l'introduction des classes XYZ et Mat dans gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/gp/gp_Vec2d.cxx b/src/gp/gp_Vec2d.cxx index 21301c228d..f773b4cef2 100644 --- a/src/gp/gp_Vec2d.cxx +++ b/src/gp/gp_Vec2d.cxx @@ -12,11 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// JCV 08/01/90 Modifs suite a l'introduction des classes XY et Mat2d dans gp - -#define No_Standard_OutOfRange - - #include #include #include diff --git a/src/math/math.cxx b/src/math/math.cxx index 2fff3ae4ee..6ca6ece30e 100644 --- a/src/math/math.cxx +++ b/src/math/math.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include diff --git a/src/math/math_BFGS.cxx b/src/math/math_BFGS.cxx index 6a5c450b34..9635fb1664 100644 --- a/src/math/math_BFGS.cxx +++ b/src/math/math_BFGS.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_Crout.cxx b/src/math/math_Crout.cxx index 3123a9eb38..9e02778bf7 100644 --- a/src/math/math_Crout.cxx +++ b/src/math/math_Crout.cxx @@ -12,15 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// lpa le 20/08/91 - -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_DirectPolynomialRoots.cxx b/src/math/math_DirectPolynomialRoots.cxx index d5ae727f55..3a7c137fdc 100644 --- a/src/math/math_DirectPolynomialRoots.cxx +++ b/src/math/math_DirectPolynomialRoots.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_FRPR.cxx b/src/math/math_FRPR.cxx index 26f0b5cb35..3cb64932e7 100644 --- a/src/math/math_FRPR.cxx +++ b/src/math/math_FRPR.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_FunctionAllRoots.cxx b/src/math/math_FunctionAllRoots.cxx index 02cab99edd..8e09dfd9aa 100644 --- a/src/math/math_FunctionAllRoots.cxx +++ b/src/math/math_FunctionAllRoots.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_FunctionRoot.cxx b/src/math/math_FunctionRoot.cxx index 4b45825a75..ad9e0d54e5 100644 --- a/src/math/math_FunctionRoot.cxx +++ b/src/math/math_FunctionRoot.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_FunctionRoots.cxx b/src/math/math_FunctionRoots.cxx index 7d565be36b..fbed4d92c1 100644 --- a/src/math/math_FunctionRoots.cxx +++ b/src/math/math_FunctionRoots.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_FunctionSample.cxx b/src/math/math_FunctionSample.cxx index 15ba3e9aeb..eb4dc7605c 100644 --- a/src/math/math_FunctionSample.cxx +++ b/src/math/math_FunctionSample.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include diff --git a/src/math/math_FunctionSetRoot.cxx b/src/math/math_FunctionSetRoot.cxx index 72b3ee987a..db276a137c 100644 --- a/src/math/math_FunctionSetRoot.cxx +++ b/src/math/math_FunctionSetRoot.cxx @@ -12,19 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// pmn 15/05/97 pas de Gauss avec des pivot trop petit. SVD fait mieux -// l'affaire + limitation de la longeur du pas + qq comentaire issus d'EUCLID3 -// pmn 10/06/97 refonte totale du traitement des bords + ajustement des init -// et des tolerances pour brent... - -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif -//math_FunctionSetRoot.cxx - #include #include #include diff --git a/src/math/math_GaussLeastSquare.cxx b/src/math/math_GaussLeastSquare.cxx index e1945b677f..229a3b9f3b 100644 --- a/src/math/math_GaussLeastSquare.cxx +++ b/src/math/math_GaussLeastSquare.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_GaussMultipleIntegration.cxx b/src/math/math_GaussMultipleIntegration.cxx index d1c2f36d3b..240490d7a1 100644 --- a/src/math/math_GaussMultipleIntegration.cxx +++ b/src/math/math_GaussMultipleIntegration.cxx @@ -33,13 +33,6 @@ de Gauss. */ -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_GaussSetIntegration.cxx b/src/math/math_GaussSetIntegration.cxx index b51bfc8552..b2c5641369 100644 --- a/src/math/math_GaussSetIntegration.cxx +++ b/src/math/math_GaussSetIntegration.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_GaussSingleIntegration.cxx b/src/math/math_GaussSingleIntegration.cxx index 28c386d047..c848983318 100644 --- a/src/math/math_GaussSingleIntegration.cxx +++ b/src/math/math_GaussSingleIntegration.cxx @@ -37,13 +37,6 @@ Etapes du calcul: */ -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_Householder.cxx b/src/math/math_Householder.cxx index 9303e3cac5..0f52e81f97 100644 --- a/src/math/math_Householder.cxx +++ b/src/math/math_Householder.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_Jacobi.cxx b/src/math/math_Jacobi.cxx index 3783838ed1..58a054bc59 100644 --- a/src/math/math_Jacobi.cxx +++ b/src/math/math_Jacobi.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_NewtonFunctionSetRoot.cxx b/src/math/math_NewtonFunctionSetRoot.cxx index b2c549409b..4e95e37cfb 100644 --- a/src/math/math_NewtonFunctionSetRoot.cxx +++ b/src/math/math_NewtonFunctionSetRoot.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_NewtonMinimum.cxx b/src/math/math_NewtonMinimum.cxx index dd326dc1a9..baadfdfbac 100644 --- a/src/math/math_NewtonMinimum.cxx +++ b/src/math/math_NewtonMinimum.cxx @@ -14,13 +14,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_Powell.cxx b/src/math/math_Powell.cxx index 237c8521e1..7679ea8125 100644 --- a/src/math/math_Powell.cxx +++ b/src/math/math_Powell.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_Recipes.cxx b/src/math/math_Recipes.cxx index 02654975ed..d141ce0392 100644 --- a/src/math/math_Recipes.cxx +++ b/src/math/math_Recipes.cxx @@ -21,12 +21,6 @@ #define _MEMORY_H #endif -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError -//#endif - #include #include diff --git a/src/math/math_SVD.cxx b/src/math/math_SVD.cxx index 88c8d7d899..cbfbf38b5f 100644 --- a/src/math/math_SVD.cxx +++ b/src/math/math_SVD.cxx @@ -12,13 +12,6 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include diff --git a/src/math/math_TrigonometricFunctionRoots.cxx b/src/math/math_TrigonometricFunctionRoots.cxx index ff808ec798..b81f466b1f 100644 --- a/src/math/math_TrigonometricFunctionRoots.cxx +++ b/src/math/math_TrigonometricFunctionRoots.cxx @@ -12,18 +12,9 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -// lpa, le 03/09/91 - - // Implementation de la classe resolvant les equations en cosinus-sinus. // Equation de la forme a*cos(x)*cos(x)+2*b*cos(x)*sin(x)+c*cos(x)+d*sin(x)+e -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError -//#endif - #include #include #include diff --git a/src/math/math_Uzawa.cxx b/src/math/math_Uzawa.cxx index 8040b3deae..d60fa2bdc3 100644 --- a/src/math/math_Uzawa.cxx +++ b/src/math/math_Uzawa.cxx @@ -23,13 +23,6 @@ // coordonnee car il est plus long d utiliser les methodes deja ecrites // de la classe Matrix avec un passage par valeur. -//#ifndef OCCT_DEBUG -#define No_Standard_RangeError -#define No_Standard_OutOfRange -#define No_Standard_DimensionError - -//#endif - #include #include #include