0022904: Clean up sccsid variables
authorDBV <>
Fri, 27 Jan 2012 14:58:52 +0000 (14:58 +0000)
committerbugmaster <bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:32:14 +0000 (19:32 +0400)
136 files changed:
src/CDF/CDF_Application.lxx
src/Expr/Expr.cxx
src/Expr/Expr_Absolute.cxx
src/Expr/Expr_ArcCosine.cxx
src/Expr/Expr_ArcSine.cxx
src/Expr/Expr_ArcTangent.cxx
src/Expr/Expr_ArgCosh.cxx
src/Expr/Expr_ArgSinh.cxx
src/Expr/Expr_ArgTanh.cxx
src/Expr/Expr_BinaryExpression.cxx
src/Expr/Expr_BinaryFunction.cxx
src/Expr/Expr_Cosh.cxx
src/Expr/Expr_Cosine.cxx
src/Expr/Expr_Difference.cxx
src/Expr/Expr_Different.cxx
src/Expr/Expr_Division.cxx
src/Expr/Expr_Equal.cxx
src/Expr/Expr_Exponential.cxx
src/Expr/Expr_Exponentiate.cxx
src/Expr/Expr_FunctionDerivative.cxx
src/Expr/Expr_GeneralExpression.cxx
src/Expr/Expr_GeneralFunction.cxx
src/Expr/Expr_GeneralRelation.cxx
src/Expr/Expr_GreaterThan.cxx
src/Expr/Expr_GreaterThanOrEqual.cxx
src/Expr/Expr_LessThan.cxx
src/Expr/Expr_LessThanOrEqual.cxx
src/Expr/Expr_LogOf10.cxx
src/Expr/Expr_LogOfe.cxx
src/Expr/Expr_NamedConstant.cxx
src/Expr/Expr_NamedExpression.cxx
src/Expr/Expr_NamedFunction.cxx
src/Expr/Expr_NamedUnknown.cxx
src/Expr/Expr_NumericValue.cxx
src/Expr/Expr_Operators.cxx
src/Expr/Expr_PolyExpression.cxx
src/Expr/Expr_PolyFunction.cxx
src/Expr/Expr_Product.cxx
src/Expr/Expr_RUIterator.cxx
src/Expr/Expr_RelationIterator.cxx
src/Expr/Expr_Sign.cxx
src/Expr/Expr_Sine.cxx
src/Expr/Expr_SingleRelation.cxx
src/Expr/Expr_Sinh.cxx
src/Expr/Expr_Square.cxx
src/Expr/Expr_SquareRoot.cxx
src/Expr/Expr_Sum.cxx
src/Expr/Expr_SystemRelation.cxx
src/Expr/Expr_Tangent.cxx
src/Expr/Expr_Tanh.cxx
src/Expr/Expr_UnaryExpression.cxx
src/Expr/Expr_UnaryFunction.cxx
src/Expr/Expr_UnaryMinus.cxx
src/Expr/Expr_UnknownIterator.cxx
src/ExprIntrp/ExprIntrp.cxx
src/ExprIntrp/ExprIntrp_Analysis.cxx
src/ExprIntrp/ExprIntrp_GenExp.cxx
src/ExprIntrp/ExprIntrp_GenFct.cxx
src/ExprIntrp/ExprIntrp_GenRel.cxx
src/ExprIntrp/ExprIntrp_Generator.cxx
src/ExprIntrp/ExprIntrp_yaccintrf.cxx
src/ExprIntrp/ExprIntrp_yacclex.cxx
src/OSD/OSD_Real2String.cdl
src/OSD/OSD_Real2String.cxx
src/PCDM/PCDM_Reader.lxx
src/QANewBRepNaming/QANewBRepNaming.cxx
src/QANewBRepNaming/QANewBRepNaming_BooleanOperationFeat.cxx
src/QANewBRepNaming/QANewBRepNaming_Common.cdl
src/QANewBRepNaming/QANewBRepNaming_Common.cxx
src/QANewBRepNaming/QANewBRepNaming_Cut.cdl
src/QANewBRepNaming/QANewBRepNaming_Cut.cxx
src/QANewBRepNaming/QANewBRepNaming_Fuse.cdl
src/QANewBRepNaming/QANewBRepNaming_Fuse.cxx
src/QANewBRepNaming/QANewBRepNaming_Gluing.cdl
src/QANewBRepNaming/QANewBRepNaming_Gluing.cxx
src/QANewBRepNaming/QANewBRepNaming_Intersection.cdl
src/QANewBRepNaming/QANewBRepNaming_Intersection.cxx
src/QANewBRepNaming/QANewBRepNaming_Limitation.cdl
src/QANewBRepNaming/QANewBRepNaming_Limitation.cxx
src/QANewBRepNaming/QANewBRepNaming_Loader.cdl
src/QANewBRepNaming/QANewBRepNaming_Loader.cxx
src/QANewModTopOpe/QANewModTopOpe.cdl
src/QANewModTopOpe/QANewModTopOpe.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue.cdl
src/QANewModTopOpe/QANewModTopOpe_Glue.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue_SDFaces.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue_shell.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue_util.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue_vertex.cxx
src/QANewModTopOpe/QANewModTopOpe_Glue_wire.cxx
src/QANewModTopOpe/QANewModTopOpe_Intersection.cdl
src/QANewModTopOpe/QANewModTopOpe_Intersection.cxx
src/QANewModTopOpe/QANewModTopOpe_Limitation.cdl
src/QANewModTopOpe/QANewModTopOpe_Limitation.cxx
src/QANewModTopOpe/QANewModTopOpe_ReShaper.cdl
src/QANewModTopOpe/QANewModTopOpe_ReShaper.cxx
src/XDEDRAW/XDEDRAW_Common.cdl
src/XDEDRAW/XDEDRAW_Common.cxx
src/math/math.cxx
src/math/math_BFGS.cxx
src/math/math_BissecNewton.cxx
src/math/math_BracketMinimum.cxx
src/math/math_BracketedRoot.cxx
src/math/math_BrentMinimum.cxx
src/math/math_Crout.cxx
src/math/math_DirectPolynomialRoots.cxx
src/math/math_FRPR.cxx
src/math/math_Function.cxx
src/math/math_FunctionAllRoots.cxx
src/math/math_FunctionRoot.cxx
src/math/math_FunctionRoots.cxx
src/math/math_FunctionSample.cxx
src/math/math_FunctionSet.cxx
src/math/math_FunctionSetRoot.cxx
src/math/math_FunctionSetWithDerivatives.cxx
src/math/math_FunctionWithDerivative.cxx
src/math/math_Gauss.cxx
src/math/math_GaussLeastSquare.cxx
src/math/math_GaussMultipleIntegration.cxx
src/math/math_GaussSingleIntegration.cxx
src/math/math_Householder.cxx
src/math/math_IntegerRandom.cxx
src/math/math_IntegerVector.cxx
src/math/math_Jacobi.cxx
src/math/math_Matrix.cxx
src/math/math_Memory.cxx
src/math/math_MultipleVarFunction.cxx
src/math/math_MultipleVarFunctionWithGradient.cxx
src/math/math_NewtonFunctionRoot.cxx
src/math/math_NewtonFunctionSetRoot.cxx
src/math/math_Powell.cxx
src/math/math_RealRandom.cxx
src/math/math_Recipes.cxx
src/math/math_SVD.cxx
src/math/math_TrigonometricFunctionRoots.cxx
src/math/math_Uzawa.cxx

index 11d8c58..77e1e85 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Sergey ZARITCHNY <szy@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-// const static char sccsid[] = "%Z% 5.0-20-%L%, $Date: 2003-07-17 20:53:37 $%Z%";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Creation                                !26-06-2003! 5.0-20-%L%!
index 6da92bc..6e47790 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr.cxx
 // Created:    Fri Sep 20 11:23:07 1991
index ab93ea6..f6f6c44 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Absolute.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Absolute.cxx
 // Created:    Mon May 27 10:13:50 1991
index 3cdbaf4..3d06a4d 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArcCosine.cxx  3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArcCosine.cxx
 // Created:    Mon May 27 10:39:35 1991
index 228a03b..6eb4e24 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArcSine.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArcSine.cxx
 // Created:    Mon May 27 11:31:25 1991
index b2ea5b9..3443988 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArcTangent.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArcTangent.cxx
 // Created:    Mon May 27 11:44:23 1991
index dc36951..eb8a6c4 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArgCosh.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArgCosh.cxx
 // Created:    Mon May 27 11:59:06 1991
index 57d2679..1eb87d2 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArgSinh.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArgSinh.cxx
 // Created:    Mon May 27 12:10:02 1991
index c86241b..b41971b 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_ArgTanh.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_ArgTanh.cxx
 // Created:    Mon May 27 14:02:51 1991
index 0415d61..d54b0e7 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_BinaryExpression.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_BinaryExpression.cxx
 // Created:    Fri Apr 12 10:41:21 1991
index 9d4dd9c..9f23869 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_BinaryFunction.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_BinaryFunction.cxx
 // Created:    Thu May 30 09:15:26 1991
index 380cd9e..ed785ac 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Cosh.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Cosh.cxx
 // Created:    Mon May 27 15:43:41 1991
index 3682c1d..171ba60 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Cosine.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Cosine.cxx
 // Created:    Mon May 27 17:24:38 1991
index f49e1e9..30a806e 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Difference.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Difference.cxx
 // Created:    Wed Apr 17 09:32:02 1991
index 01d153c..82492ae 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Different.cxx  3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Different.cxx
 // Created:    Mon Jun 10 17:50:47 1991
index 90152fc..fde05dd 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Division.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Division.cxx
 // Created:    Wed Apr 17 14:14:22 1991
index 9091ff9..f8724da 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Equal.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Equal.cxx
 // Created:    Mon Jun 10 18:02:49 1991
index f47d7b9..39cb9a2 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Exponential.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Exponential.cxx
 // Created:    Mon May 27 17:30:32 1991
index 4b86384..6b8211d 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Exponentiate.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Exponentiate.cxx
 // Created:    Thu May 30 16:44:30 1991
index dc01b66..30279cf 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_FunctionDerivative.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_FunctionDerivative.cxx
 // Created:    Thu Jun 27 09:40:36 1991
index 5b99cc9..63d08fc 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_GeneralExpression.cxx  3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_GeneralExpression.cxx
 // Created:    Wed Mar  6 11:04:58 1991
index 739d82f..c795122 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_GeneralFunction.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_GeneralFunction.cxx
 // Created:    Wed Jun 26 11:43:26 1991
index 88d6473..74543aa 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_GeneralRelation.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_GeneralRelation.cxx
 // Created:    Mon Jun 10 17:09:09 1991
index dab917b..f9633f1 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_GreaterThan.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_GreaterThan.cxx
 // Created:    Thu Jun 13 10:20:34 1991
index 461837d..484e52b 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_GreaterThanOrEqual.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_GreaterThanOrEqual.cxx
 // Created:    Thu Jun 13 13:48:41 1991
index c26f789..ba43e3b 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_LessThan.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_LessThan.cxx
 // Created:    Thu Jun 13 13:50:04 1991
index ff8d342..b405843 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_LessThanOrEqual.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_LessThanOrEqual.cxx
 // Created:    Thu Jun 13 13:51:12 1991
index 1794f7f..1c1d479 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_LogOf10.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_LogOf10.cxx
 // Created:    Mon May 27 17:48:44 1991
index 1d9b3ff..64ef768 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_LogOfe.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_LogOfe.cxx
 // Created:    Tue May 28 12:33:48 1991
index 7c56734..ecfc870 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_NamedConstant.cxx      3.3 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_NamedConstant.cxx
 // Created:    Fri Apr 12 10:41:21 1991
index dd14c55..f5b94b7 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_NamedExpression.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_NamedExpression.cxx
 // Created:    Thu Apr 11 12:16:08 1991
index dec5580..ceb08d1 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_NamedFunction.cxx      3.4 95/02/02"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_NamedFunction.cxx
 // Created:    Wed Jun 26 11:44:52 1991
index edea9c8..b7ae7d2 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_NamedUnknown.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_NamedUnknown.cxx
 // Created:    Thu Apr 11 12:24:13 1991
index 379bb38..0ddcdff 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_NumericValue.cxx       3.3 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_NumericValue.cxx
 // Created:    Wed Mar  6 11:06:16 1991
index fd62d1a..dada448 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Operators.cxx  3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       Expr_Operators.cxx
 // Created:    Fri Jul 10 10:49:40 1992
index edfba2d..75e5d97 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_PolyExpression.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_PolyExpression.cxx
 // Created:    Tue Apr 16 09:55:23 1991
index f8b01f4..e05ed17 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_PolyFunction.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_PolyFunction.cxx
 // Created:    Tue Jul  2 11:11:43 1991
index 86b802b..381d3bc 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Product.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Product.cxx
 // Created:    Wed Apr 17 17:10:05 1991
index 2c5fe98..77b00ad 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_RUIterator.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_RUIterator.cxx
 // Created:    Thu Jun 13 17:17:50 1991
index 92bdc03..9ffd66c 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_RelationIterator.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_RelationIterator.cxx
 // Created:    Thu Jun 13 16:57:35 1991
index ed7edf2..f8e876a 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Sign.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Sign.cxx
 // Created:    Tue May 28 12:54:14 1991
index 2a72a9e..595e58b 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Sine.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Sine.cxx
 // Created:    Tue May 28 13:00:09 1991
index 715a738..c94d816 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_SingleRelation.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_SingleRelation.cxx
 // Created:    Mon Jun 10 17:41:30 1991
index b97bc69..8c45638 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Sinh.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Sinh.cxx
 // Created:    Tue May 28 13:05:53 1991
index 6684f8e..f94c0fd 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Square.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Square.cxx
 // Created:    Fri Apr 19 10:05:26 1991
index e9718a9..ba6222c 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_SquareRoot.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Root.cxx
 // Created:    Tue May 28 12:39:37 1991
index d742a57..a6a6fd7 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Sum.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Sum.cxx
 // Created:    Fri Apr 19 09:34:35 1991
index 34bef2f..fbab0ee 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_SystemRelation.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_SystemRelation.cxx
 // Created:    Thu Jun 13 14:01:02 1991
index 9ecb127..bfc28cd 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Tangent.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Tangent.cxx
 // Created:    Tue May 28 14:30:09 1991
index 494a233..d9b386e 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_Tanh.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_Tanh.cxx
 // Created:    Tue May 28 14:36:42 1991
index 0554f54..5e5481a 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_UnaryExpression.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_UnaryExpression.cxx
 // Created:    Mon Apr 15 14:24:44 1991
index 6b59d79..138c1e4 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_UnaryFunction.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_UnaryFunction.cxx
 // Created:    Tue May 28 14:40:33 1991
index 619b39b..2af00cc 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_UnaryMinus.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_UnaryMinus.cxx
 // Created:    Tue Apr 16 17:02:04 1991
index e9967ed..2aebde6 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)Expr_UnknownIterator.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       Expr_UnknownIterator.cxx
 // Created:    Wed Sep 18 11:21:49 1991
index c1cd33d..fa017d9 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       ExprIntrp.cxx
 // Created:    Mon Aug 17 18:40:44 1992
index 236df51..b1c0514 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_Analysis.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       ExprIntrp_Analysis.cxx
 // Created:    Tue Feb 25 17:47:25 1992
index a743aaa..0c3a6bf 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_GenExp.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1991
 // File:       ExprIntrp_GenExp.cxx
 // Created:    Thu Aug  8 10:15:28 1991
index d70fef9..1836f79 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_GenFct.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       ExprIntrp_GenFct.cxx
 // Created:    Tue Aug 18 11:11:32 1992
index 9143686..69d5d3d 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_GenRel.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       ExprIntrp_GenRel.cxx
 // Created:    Tue Aug 18 11:33:52 1992
index 538e6e0..9114447 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_Generator.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1992
 // File:       ExprIntrp_Generator.cxx
 // Created:    Mon Jul 20 17:06:29 1992
index 5f6ac21..3926ead 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_yaccintrf.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
index 367e670..625b066 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)ExprIntrp_yacclex.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // Copyright:  Matra-Datavision 1993
 // File:       ExprIntrp_yacclex.cxx
 // Created:    Tue Dec 14 10:40:17 1993
index 690f073..4ee3052 100755 (executable)
@@ -2,9 +2,6 @@
 -- Created:    Fri Jan 25 12:55:44 2002
 -- Author:     doneux <doneux@samcef.com>
 
-
--- sccsid[] = "@(#) OSD_Real2String.cdl    %V%-1, 06/17/02@(#)";
-
 class Real2String from OSD 
 
        ---Purpose:  Convertion of CString to Real and reciprocally
index 9f3cabc..5278211 100755 (executable)
@@ -2,7 +2,6 @@
 // Created:    Fri Jan 25 12:58:55 2002
 // Author:     doneux <doneux@samcef.com>
 
-const static char sccsid[] = "@(#) OSD_Real2String.cxx    %V%-1, 06/17/02@(#)";
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !   doneux ! Creation                                !  06/17/02!    %V%-1!
index 42f163b..b80f05c 100755 (executable)
@@ -3,7 +3,6 @@
 // Author:     Sergey ZARITCHNY <szy@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-// const static char sccsid[] = "%Z% 5.0-20-%L%, $Date: 2003-07-17 20:53:39 $%Z%";
 //=======================================================================
 //function : GetStatus
 //purpose  : 
index 67a60af..7fbe5cf 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Sergey ZARITCHNY <s-zaritchny@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-const static char sccsid[] = "@(#) 3.0-00-9, 11/27/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Creation                                !20-06-2003! 3.0-00-9!
index 29fff09..df58954 100755 (executable)
@@ -4,8 +4,6 @@
 //             <s-zaritchny@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-const static char sccsid[] = "@(#) 5.1-01-4, 01/10/01@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Added Workaround                        ! 9-12-2003! 5.1-01-4 !
index f80d615..f44c026 100755 (executable)
@@ -4,8 +4,6 @@
 --             <vro@flox.nnov.matra-dtv.fr>
 ---Copyright:  Open CASCADE 2003 
 
--- sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
index 562fad3..c9e1b48 100755 (executable)
@@ -4,8 +4,6 @@
 //             <szy@opencascade.com
 // Copyright:  Open CASCADE 2003
 
-const static char sccsid[] = "@(#) QANewBRepNaming_Common.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Modified Load                           !30-10-2003!  4.0-2-%L%!
index 8bce064..be4be87 100755 (executable)
@@ -4,8 +4,6 @@
 --             <vro@flox.nnov.matra-dtv.fr>
 ---Copyright:  Open CASCADE 2003 
 
--- sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
index 2835d5f..7b6e095 100755 (executable)
@@ -4,8 +4,6 @@
 //             <s-zaritchny@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-const static char sccsid[] = "@(#) 5.1-01-4, 01/10/01@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Added workaround                        ! 9-12-2003! 5.1-01-4 !
index 64d0bb0..f8a2f3b 100755 (executable)
@@ -4,8 +4,6 @@
 --             <vro@flox.nnov.matra-dtv.fr>
 ---Copyright:  Open CASCADE 2003
 
--- sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
index 3cd85f3..669cdd2 100755 (executable)
@@ -4,8 +4,6 @@
 //             <szy@opencascade.com>
 // Copyright:  Open CASCADE 2003
 
-const static char sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Adopted                                 ! 9-06-2003! 3.0-00-%L%!
index 2cc94a2..b9d5f1d 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Sergey ZARITCHNY <szy@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2001
 
-
--- sccsid[] = "@(#) 3.0-00-1, 12/07/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       mpv ! Same history and divided shapes cases   ! 6-09-2002! 3.0-00-3!
index 92cbfeb..c33f05c 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Sergey ZARITCHNY <szy@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) 3.0-00-1, 12/07/01@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       mpv ! Same history and divided shapes cases   ! 6-09-2002! 3.0-00-5!
index d478d52..2397fbf 100755 (executable)
@@ -4,8 +4,6 @@
 --             <vro@flox.nnov.matra-dtv.fr>
 ---Copyright:   Matra Datavision 2000
 
--- sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       vro ! Redesign                                !13-12-2000! 3.0-00-3!
index c4a0238..2df696d 100755 (executable)
@@ -4,8 +4,6 @@
 //             <vro@flox.nnov.matra-dtv.fr>
 // Copyright:  Matra Datavision 2000
 
-const static char sccsid[] = "@(#) 3.0-00-3, 01/10/01@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Modified Load                           ! 8-05-2003! 3.0-00-%L%!
index e4484a5..66a5c52 100755 (executable)
@@ -4,8 +4,6 @@
 --             <vro@flox.nnov.matra-dtv.fr>
 ---Copyright:   Matra Datavision 2000
 
--- sccsid[] = "@(#) QANewBRepNaming_Limitation.cdl 4.0-2, 07/01/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Modified input parameter type           !18-10-2002! 3.0-00-2!
index 4823456..70a2589 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Vladislav ROMASHKO <vro@nnov.matra-dtv.fr>
 // Copyright:  Matra Datavision 2000
 
-const static char sccsid[] = "@(#) QANewBRepNaming_Limitation.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Modify Load                             !21-05-2003! 3.0-00-2!
index da8f468..795ef85 100755 (executable)
@@ -3,8 +3,6 @@
 -- Author:     Sergey ZARITCHNY <szy@philipox.nnov.matra-dtv.fr>
 ---Copyright:   Matra Datavision 1999
 
--- sccsid[] = "@(#) 3.0-00-4, 01/10/01@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Added bool param. to LoadModifiedShapes !16-05-2003! 3.0-00-%L%!
index 1fb5c55..6177e59 100755 (executable)
@@ -4,8 +4,6 @@
 //             <szy@philipox.nnov.matra-dtv.fr>
 // Copyright:  Matra Datavision 1999
 
-const static char sccsid[] = "@(#) QANewBRepNaming_Loader.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Adopted LoadModifiedShapes to BoolOp    !16-05-2003! 3.0-00-2!
index 75c8b6e..2d75b60 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2001
 
-
--- sccsid[] = "@(#) QANewModTopOpe.cdl 4.0-2, 07/01/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       ifv ! Creation                                ! 3-05-2001! 3.0-00-4!
index bd6307a..67609cf 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2002
 
-const static char sccsid[] = "%Z% $RCSfile: QANewModTopOpe.cxx,v $ 4.0-%L%, $Date: 2005-12-16 18:19:13 $%Z%";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       pat ! Optimise IsConnected()                  !  04/16/03!    4.0-2!
index 3ef6bdf..3c72dd0 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2001
 
-
--- sccsid[] = "@(#) QANewModTopOpe_Glue.cdl 4.0-2, 07/01/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       msv ! Creation                                ! 3-05-2001! 3.0-00-2!
index 88e8b8f..823a30e 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       msv ! Creation                                ! 3-05-2001! 3.0-00-3!
index 1a3eb1b..8ed6735 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Sergey KHROMOV <skv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue_SDFaces.cxx 4.2-3, 01/07/04@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       pat ! fix for 4086                            !  01/07/04!    4.2-3!
index f4461c2..692793c 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue_shell.cxx 4.0-1, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       msv ! Creation                                !16-01-2001! 3.0-00-5!
index 8892f96..862c70d 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue_util.cxx 4.0-1, 04/28/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       msv ! Creation                                !16-01-2001! 3.0-00-2!
index 353e778..e819f69 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue_vertex.cxx 4.0-2, 07/25/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !    martin ! add glue : vertex+solid                 !  07/25/03!    4.0-2!
index 028d447..73da5cd 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Michael SAZONOV <msv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2001
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Glue_wire.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       msv ! Creation                                !16-01-2001! 3.0-00-1!
index 2a9b856..7ad9149 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2000
 
-
--- sccsid[] = "@(#) QANewModTopOpe_Intersection.cdl 4.0-2, 07/01/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       ifv ! Creation                                !25-12-2000! 3.0-00-2!
index 9d44f74..78cecc8 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2000
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Intersection.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       ifv ! Creation                                !25-12-2000! 3.0-00-2!
index 1f74a95..0d51989 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2001
 
-
--- sccsid[] = "@(#) QANewModTopOpe_Limitation.cdl 4.0-2, 07/01/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       ifv ! Creation                                ! 3-05-2001! 3.0-00-2!
index 985f01e..996de98 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2000
 
-const static char sccsid[] = "@(#) QANewModTopOpe_Limitation.cxx 4.0-2, 07/01/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       ifv ! Creation                                ! 6-05-2001! 3.0-00-3!
index 1031a7f..75442ac 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 -- Copyright:  SAMTECH S.A. 2002
 
-
--- sccsid[] = "@(#) QANewModTopOpe_ReShaper.cdl 4.0-1, 04/28/03@(#)";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       ifv ! Creation                                ! 7-02-2002! 3.0-00-1!
index 001b362..f0c1c1b 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Igor FEOKTISTOV <ifv@nnov.matra-dtv.fr>
 // Copyright:   SAMTECH S.A. 2002
 
-const static char sccsid[] = "@(#) QANewModTopOpe_ReShaper.cxx 4.0-1, 04/28/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       ifv ! Creation                                ! 7-02-2002! 3.0-00-2!
index 3f8a330..3016bbb 100755 (executable)
@@ -3,9 +3,6 @@
 -- Author:     Sergey ZARITCHNY <szy@opencascade.com>
 -- Copyright:  Open  CASCADE S.A. 2003
 
-
--- sccsid[] = "%Z% 3.0-00-%L%, $Date: 2003-10-03 21:01:17 $%Z%";
-
 -- Lastly modified by :
 -- +---------------------------------------------------------------------------+
 -- !       szy ! Creation/moved from XDEDRAWEXE          !15-08-2003! 5.1-00-%L%!
index 12e7308..5750f2c 100755 (executable)
@@ -3,8 +3,6 @@
 // Author:     Sergey ZARITCHNY <szy@opencascade.com>
 // Copyright:  Open  CASCADE S.A. 2003
 
-const static char sccsid[] = "@(#) 3.0-00-1, 10/03/03@(#)";
-
 // Lastly modified by :
 // +---------------------------------------------------------------------------+
 // !       szy ! Creation/moved from XDEDRAWEXE          !15-08-2003! 5.1-00-1!
index 5e177df..c306602 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_GaussPoints.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index f6b03d8..eac4897 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_BFGS.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 03c8412..5975210 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_BissecNewton.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_BissecNewton.ixx>
 #include <math_FunctionWithDerivative.hxx>
 
index 9da0c22..77a6874 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_BracketMinimum.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_BracketMinimum.ixx>
 
 #include <StdFail_NotDone.hxx>   // waiting for NotDone Exception
index d7afb9d..0e2a8b3 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_BracketedRoot.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_BracketedRoot.ixx>
 #include <math_Function.hxx>
 
index 9cecbf7..e51e339 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_BrentMinimum.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_BrentMinimum.ixx>
 #include <math_Function.hxx>
 
index 1b9a943..6668fd5 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_Crout.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // File math_Crout.cxx 
 // lpa le 20/08/91
 
index 308b7d4..3288d93 100755 (executable)
@@ -1,6 +1,3 @@
-
-//static const char* sccsid = "@(#)math_DirectPolynomialRoots.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index d9674e6..411697f 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_FRPR.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 0a84390..308ec24 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_Function.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <Standard_Integer.hxx>
 #include <math_Function.ixx>
 
index 36b0b5f..d99010d 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionAllRoots.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index f0f14a2..d6940e2 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionRoot.cxx       3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 99d3b9e..f25b8c3 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionRoots.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 9cb91ab..128549d 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionSample.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index c13130a..8313f92 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionSet.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <Standard_Integer.hxx>
 #include <math_FunctionSet.ixx>
 
index 0df7a4c..7fb969e 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionSetRoot.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // 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 
index 7dbf952..4d74687 100755 (executable)
@@ -1,2 +1 @@
-//static const char* sccsid = "@(#)math_FunctionSetWithDerivatives.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_FunctionSetWithDerivatives.ixx>
index e2a54c6..6cc35d0 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_FunctionWithDerivative.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_FunctionWithDerivative.ixx>
 
 void math_FunctionWithDerivative::Delete()
index 35a449e..093246d 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Gauss.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 18e3282..d5b7331 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_GaussLeastSquare.cxx   3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 82e1e22..27a63a5 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_GaussMultipleIntegration.cxx   3.3 95/01/25"; // Do not delete this line. Used by sccs.
 // File math_GaussMultipleIntegration.cxx
 
 
index 6fa3110..bd36d4b 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_GaussSingleIntegration.cxx     3.3 95/01/25"; // Do not delete this line. Used by sccs.
 // File math_GaussSingleIntegration.cxx
 
 /*
index a5bbaec..1c73b63 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Householder.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 9c8c908..cfbc1ee 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_IntegerRandom.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_IntegerRandom.ixx>
 
 #include <math_Recipes.hxx>
index 7de6cc8..6d47227 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_IntegerVector.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 9e863e3..6b47a3b 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Jacobi.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 408ceab..335ce68 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Matrix.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 6e01cb3..8850d00 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_Memory.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_Memory.hxx>
 
 void *reverse_move(void *s1, void *s2, int size) {
index 46d1d3b..cfc1fd4 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_MultipleVarFunction.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <Standard_Integer.hxx>
 #include <math_MultipleVarFunction.ixx>
 
index d9da6bd..be57741 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_MultipleVarFunctionWithGradient.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_MultipleVarFunctionWithGradient.ixx>
 
 void math_MultipleVarFunctionWithGradient::Delete()
index 8b9e8e0..63eb3a8 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_NewtonFunctionRoot.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_NewtonFunctionRoot.ixx>
 #include <math_FunctionWithDerivative.hxx>
 
index 6e12ddf..f81c5ea 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_NewtonFunctionSetRoot.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 5801c86..6860b23 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Powell.cxx     3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index f0e816b..a4cecc7 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_RealRandom.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 #include <math_RealRandom.ixx>
 #include <math_Recipes.hxx>
 
index e848cb9..db38d6b 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_Recipes.cxx    3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 // This preprocessor directive is a kludge to get around
 // a bug in the Sun Workshop 5.0 compiler, it keeps the
 // /usr/include/memory.h file from being #included
index 1baa9f1..cdb0d9a 100755 (executable)
@@ -1,5 +1,3 @@
-//static const char* sccsid = "@(#)math_SVD.cxx        3.2 95/01/10"; // Do not delete this line. Used by sccs.
-
 //#ifndef DEB
 #define No_Standard_RangeError
 #define No_Standard_OutOfRange
index 5d94c72..e06a8b6 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_TrigonometricFunctionRoots.cxx 3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // File math_TrigonometricFunctionRoots.cxx
 // lpa, le 03/09/91
 
index 38291ba..029da64 100755 (executable)
@@ -1,4 +1,3 @@
-//static const char* sccsid = "@(#)math_Uzawa.cxx      3.2 95/01/10"; // Do not delete this line. Used by sccs.
 // File math_Uzawa.cxx
 // lpa le 8/08/91