]> OCCT Git - occt-copy.git/commitdiff
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 11d8c58ba736898f67e210a58c0eb2c03ff99d7b..77e1e8515e82a4e0e016c20f28dcb89753246b31 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 6da92bcf012640338759d535e8382c2bd709b669..6e4779073c95315ba90a62ae2709f9bb737b4d2f 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 ab93ea6a6e869d3f063085c5371315dfd653f2c1..f6f6c44b5e532da981cc3c082aa24382bc48bc93 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 3cdbaf4e8eeb7579153faf889757f90cacbf1fd3..3d06a4d15d154e887440404a182b1d349579bd5b 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 228a03bff0d8f6f3298ab05818263777138a9c94..6eb4e248437ef4f5c2db98d88e7499bf327e3dda 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 b2ea5b9110863cbcc5e547ed21f11abb65f967eb..344398821a530a41b2b5c8b111db06dccf8e16ec 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 dc36951e48214022f83857d92cc164fc52016231..eb8a6c406a5b4bb144e7ee106d16c1c951d3ab3b 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 57d267989bd39a8c3bafde932ea28947585ec522..1eb87d22ae2ec293cee5dda7123aa4a9e930af1f 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 c86241b257fc57c6c92d4f7a7520ec7aa2c569b7..b41971ba0905798e8cea18f590f60b07f87736cf 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 0415d61669a095e32b175c210138681642e541a6..d54b0e749f7dac1ccd7260e0b28b795c0f8df9f3 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 9d4dd9c2c9f2cf83892def9484c356e7a29a35d6..9f23869b87bea2bf0d514549f8ef50b68b284188 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 380cd9e47c93d380d4a63793643d6ba9427654c4..ed785acbbae9fb7af8d279f1808671970c8a4c3d 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 3682c1d1bafe98aaf76aabb8e178aa18971de43d..171ba6001c463ec1a5a741602719a2ff9ef95ea1 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 f49e1e95eb2adcbfa7cec7efd809ba3cfe539794..30a806e3aa5bb7031e9c8a36a6f5ffedcd3ed755 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 01d153c46356032033c79ab62f5779414e12c6f4..82492aea0e0eaee709cc8eee012aee2356dfe5c8 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 90152fc9466051618ed6b7314726710b49ab94f5..fde05dd95ccb7039e93e7d9f7278b69f17e63e59 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 9091ff9113086c2204b245a074b8695e0cac8977..f8724daa85b4d9c6b4aabfa5fabc37250ae47589 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 f47d7b9500e2893a6e461d5f4f1448130b6ca04d..39cb9a2c52b28198bccdc3311dcf6bea913aa9a2 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 4b86384f673f6f54947d5fab98b2fa260febb5e2..6b8211d89377f8f2b6bfceb3ef0c33e7d8876d67 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 dc01b668e2724a80e210f64940001c347d61e65d..30279cfbbb47f01c5ea2dac2981c6dd43d9f2e50 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 5b99cc9d03ca6470951f42d9c4a11c5fdb6c10f8..63d08fce70446da1e127b31b251390af5eddd011 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 739d82f97b1ee1134d45902464f4150915ba4cb6..c79512272d426b01212b6b8eb40ac240fc71389e 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 88d64736ba1c6c2b6a35eaca512517cb2b785f8a..74543aa167af1304dc1249fdf59e72a6cc101213 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 dab917b34151412929a43783b010a715f3280363..f9633f18bdc5261f0539f272a29644f327a397ee 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 461837d6c0c29785435c9a713fd1034e7e244596..484e52b861c83551031d439aa74d2b34d85b7a4c 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 c26f789ab2177eb73720f1ffe523fb97fa5675da..ba43e3bc0bc002dd6f95d97d589b9b5f73e765f2 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 ff8d342ada3e3e87dda2e1265e9e8263d219e156..b405843a89701af71947a6e869d821a5e544a0bc 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 1794f7f10c3632ce60e3e48e8d0889b2579c0d18..1c1d479edaadb0d12a2a04b810636c21ae917ac0 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 1d9b3ff7e224aacc9d5d210326d285f1bd0a8f2f..64ef76857c67580986b6b591b16c52e8e67801ed 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 7c567349140796fd2ee864cd79face71cab2d2bb..ecfc870b36611252ca8bc892611f053a919bafff 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 dd14c55ca306a267d5f2edc746cafa59a4b884e8..f5b94b79ea7b903ece2d382277e423355f3f08b4 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 dec5580e094864634fa02bae05ffee177c35d146..ceb08d13249b0bde32d62fc7be5a70c792588451 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 edea9c8b670d7bb1ca97fa13d74752094aca3913..b7ae7d2d3568d710860787dee230725ba1b62367 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 379bb389ba84a8146c0215b16784b218518a3cdd..0ddcdff47ef2224800ac2f4a4236dc30ee55a788 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 fd62d1aa2228a0532776068d4ac90d1722f064fc..dada448a123693bd17e49fd2458c3b797cb4ea37 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 edfba2d507df03429a90bf61be28e757544ddc83..75e5d97d915fea9ffe3e45ddfb5dd877467ff30b 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 f8b01f43b19dff613664f926479c2d1c12a9e48a..e05ed177f03ce88a000af007207a50c2b552c8a7 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 86b802bdca3698c248e40c007388282b8bc9c87f..381d3bc2398142a5c8ca393151dafe6b8db47874 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 2c5fe9821b751ea0b9843557a6807ba778a8ceb2..77b00ad1504212274e5e073e6adc284d9fd19d3f 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 92bdc03ec9464d3b685ba6928c8f01c79866d0d1..9ffd66cd519daa0df18ab50ee39704b4c6ab16ba 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 ed7edf26ec9d8956997e9a98ad0cfcf7da66420f..f8e876a1f10a6a11e5925f5315ed04076a279ba7 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 2a72a9efa39d08e873ca4aadc6e9cc797cc1025d..595e58b195df19ac6d8d86c0260937e91918d551 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 715a738c0debb0d8825e682a2926216b1d1c94f7..c94d816a9c7b77e8f3d43564bc791151d63bfed9 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 b97bc69699aee097ac8943c26e82afb090e74797..8c456382bcefa861a5428667e500283498ddd8c6 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 6684f8eb25fcd5a43922d74526f528f68eea0e9b..f94c0fd93a8b5a3deb574cf4f40b9c1dcc85cf3f 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 e9718a923caff60701f1d4394627f2ae482f139d..ba6222c8eeffa66e3ce3602a8dd589b5c2a8e7f9 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 d742a5723fcabe13ddfd1d27fa40c69891699f71..a6a6fd71bbbb9784889f14e4b8488d81cf2cbf86 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 34bef2fab01d8853141a9a046ce818404218d5f1..fbab0ee01ea62be90c6b02af74edbdc3c06eaad5 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 9ecb127a0bfdca1635c54388f114512833042684..bfc28cd4cc56d64b2b97568c817d3a0797b00e1b 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 494a233bce66a8fbf763870cf3b4c640bad739a4..d9b386ec0cc0cdb09b17788fabf36cafc0f6ee46 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 0554f54dbfc655dce8ffa4b7e9abf06de0a24a4f..5e5481a42dc63aa36003d86a45708a8a028f0afb 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 6b59d79be093fce9e6f43913dd88318f7f5f8d94..138c1e431d3174f68fec7ab259d863c0508eaa15 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 619b39b340e1741d1116baad7d73efc86424724a..2af00cc97635c192fb0049cdaa4f3ac90723ef98 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 e9967ed7a881838fb3173f2d814b467076fa4738..2aebde6c2b59c8e1c0fbb999b69d4d57a9e740f4 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 c1cd33dc680eb18daeb599c1371c91b773cd85dc..fa017d967108810b6b542223fb3b11589bd5c19a 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 236df5145c0d83f7531b6b0222a7c019a8e4f995..b1c05148bfee15874fb49f938f133baa9ebdaf8b 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 a743aaa3eb418fd8ff0dcc8c417f26638b9ba5eb..0c3a6bf57ee065d6154b684f3531c028e7a9d728 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 d70fef9aa48687051a860e324a3c96a32cd51f06..1836f79faa5b19b402dfdb93d2a4b4fdab043f61 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 91436867ef214862e83ade4d3e5046e16cdb7205..69d5d3d37262aa5f15fa13ec08754d9db9d5fc48 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 538e6e007e109b61dd262d8316113f44133d0776..911444786685694ed1fc7e502b57d389f37e48f8 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 5f6ac21c11d84025059b2eff00e88f107faa0925..3926ead1ff890c084771e68db930ab3397167723 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 367e670fd835b101158d9e09f5246daaca6077ec..625b066c7bec8ff7976b70cdfbf17a19a8933ec9 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 690f07300a51de60468394798099afb66fc1ed8d..4ee3052baeb5ba6e9362bbd2fb99efe87bda4b07 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 9f3cabc7de9bd37ef01d868df7e8e55f3760aa21..5278211db6fb0753c85e342e77c919db67d9a468 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 42f163b4217fd03a40e895366a49215f8463c18b..b80f05c3f3991107a1096c61416767bdaed81971 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 67a60affe239a54be232c2cb70d39953d2b5a2e8..7fbe5cf1d3135d6c130d9f9089df947e639f08fb 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 29fff099370601288d8dadc9b5e4e729b345658a..df5895451ef9da81e76cfa311373bdd628671a49 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 f80d6155b1364d922a3f0090ccdfc25cf9defa34..f44c02690454cb6ae08c88ff2539bd08ae0cd420 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 562fad305bffbb2d27e9691e14730ef6aff84476..c9e1b48b7f64a7ac06220ad844b1a27447460d44 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 8bce0642e7619339e3af34d4e94cae88f495cfc4..be4be8776afa363e2a6a2b57d29c364311d1e72e 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 2835d5f774f50b8fa9466393030751daacf11ec9..7b6e095422c89bd46c497cbf505c3172bbcbe68d 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 64d0bb0c337d87240ff6111837b05d51938f6208..f8a2f3bac2904a7e57160e52a5a4da4566032108 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 3cd85f36dd019df37a51b1062f69b3284583faf0..669cdd28a93bef7c001fea88c5de2a69ddc6993a 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 2cc94a2e673e60565d9f05ae5acf32adde139dc3..b9d5f1dd2ef0dd7a46b629c14fd76bfa431adfc7 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 92cbfeb17027e47789e3d71db29ce23fe821d0c8..c33f05c59799de007568b94cc518e4e2d4363924 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 d478d52b86be523115888dd659b28a1d8ff7c64e..2397fbf28a11b3f6b5679b32203ac965285a9b40 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 c4a0238cff3fa0f13cf057b4092db604cb878746..2df696dc8ebdabf670a28a2f4d349d59856185d5 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 e4484a58885437c0ddfaef00b352eeaf02738f7e..66a5c52f95ddfc9830322746136e81acf8a1bda8 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 48234569f432c9df49eba6ae0bc479b3f88f9866..70a258905166d31994d1a5af125c28c0a065ec7d 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 da8f468901598d231c8e1d4fb39e6664e55c8712..795ef85d03dfb87b4d2d9be830912847770ad6eb 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 1fb5c550575e0b345cf47002cde531acdec5b6a4..6177e59f75cb643075a61f6d189c78afe42e5c73 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 75c8b6e2f7a9941c2f347c5d6fb51986aa0e60ed..2d75b60ee6093ab5ace55e8201bd2b239a0d0d52 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 bd6307a51675037f9e16e6703fc9e3c9073c5903..67609cf9fa2dd5a7d5e90f0d32104b28708bbeed 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 3ef6bdff03d7b937fc4aff23a4d8f7610f29256e..3c72dd09dc93d72e88a89f70624c120ee4da0306 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 88e8b8fb7e3c3df3f5fa5bfb449dacbcf95b85c2..823a30e6f9bad263215e67b568d839d1a08265e7 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 1a3eb1b4026555ed845473909e56c9223788ce58..8ed673588e5e80c1886ca62890cf4f0e8e73e0db 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 f4461c2e4cf970d04ef7266b0e238e6e2c2b40dd..692793ce054e09cbb46d04affec23abee56c3f24 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 8892f967fc876545c88a682dd2d03cc52b2a3e4b..862c70d49354bc6a5f7bd59b18ea0e81771e8dd2 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 353e778c5e52c273acf7589c8a537a136b4b90da..e819f69ae69192ac7b15f5191056da6f0c60d81d 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 028d4474ba2b80e276e2192d2293d1a6e2241270..73da5cdcaca8a0247da120b12041895ce3fa89aa 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 2a9b856f9476f6c3ef1907763fae2107d39732e4..7ad914943c0659a58db062759b80b1afd857d29c 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 9d44f74a591864270c459d8b8874a66dbb1ea689..78cecc80ace30058b8c078c67a7b913e1ceb9ce1 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 1f74a9508785668545ec5f6307c41d3c5a71282d..0d519894826fb6222010faa44c3d66b353541181 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 985f01ec5223c3f9d7b18314058ea104ccd75c22..996de98eadcbca3a992504e79cd871c6333ef7e8 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 1031a7f4ce68194193182c451a996176c0a41f52..75442ac28cd3f50f94a56ef5a84dc9565ffc84a3 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 001b3624fdc9f89933232cb4c1e82f4ba2e97a19..f0c1c1b058a93416d79b291273d3c402393f30eb 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 3f8a330449ebc250022191f945badb0f57230512..3016bbb93a8fa2ace7678daa98fbeff22788da86 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 12e73089aed0b861d6420500640504d55ed6b925..5750f2ca361ce4a63a7826edd1a245d7f8d58f9f 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 5e177dfe0257b369681894581a31049c408fb88f..c306602cc4f9e771bf5cbf15d75bf514c4b8a0ac 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 f6b03d8c0d9bffdc98f35fd9f10614b9df5eb213..eac4897b238080ca38bb2a3103350e00262350bc 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 03c8412ff18bb113e24166a6db2c0fe64bce9247..59752106d36bc0b65e5c98263fbc98a9c5b3082d 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 9da0c22f5df4da3363eb208a3bfa8a93b01903f8..77a68740470756bff91a8fae62c71fe40036bc27 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 d7afb9d7a0a0088b4a011edd42431c9c1a731970..0e2a8b3f49b0a69538ea18e33002ad698465bf59 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 9cecbf74c84b910e428ddb6175315cf912d0cbdf..e51e3391438f26e2547234ad8a499d8fa684d5fe 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 1b9a943b084c44f19ccba7dfee90dd07f2f52e3e..6668fd55b71fe2016704c6e9bdb05954b17aec6a 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 308b7d48f4d895a6733ccf8a2838263cf8124e76..3288d93fda49e864cc4264e9cd22df8547b6ed54 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 d9674e6d8eafceb2cfc6b426361df9c21f4f9fdc..411697f618844313f7c4f03d0f1a86d2d3a9a07b 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 0a843902043ef8044d241039c971e408039aa00a..308ec2439dd97664cbda044f2ad23d0ce8349bc0 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 36b0b5f7a80ffef3dfaf46f217f8e20f3fe14e4f..d99010d2fc75f3ccc71bbf6fc9d9345e552ad3ca 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 f0f14a2bfd35c66a03f12edd57cb4de20d88750b..d6940e2e38a9cc4ab15838a52312eb15eab85033 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 99d3b9eed9fd4ae454572e1b11b0e1b3c5da7274..f25b8c3a0ba4e8c8a633570f14b329c6f2b18407 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 9cb91ab37b6739f674e8221a3082b44ec9195e6f..128549d4b1ae869f28e728657786d953562ceaa3 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 c13130abbfb8f2a46faa6684f1f86537b98bc230..8313f9238f11096ce38595e509e4b517ac72d9e7 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 0df7a4cfeed164174e8fbc26d46c94fef2766621..7fb969e43d0d14cddcc46481e2c2b83174766f84 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 7dbf9525a31046ab2403334928401c4b7e697c0a..4d7468734581977850f4c18a916299b3eee76822 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 e2a54c6555f8410247826c6af575c8f855775f17..6cc35d01d95182fa985a82f5ff3b721e72706349 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 35a449ef1e6b6c516d8bbfcf05735695a25373b9..093246d63840e667d0c8bf63f4951b10653e71c1 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 18e328237520c9a8b04d65a3759b45dfe5929256..d5b7331d67fe860610f97eb8a9d12a160512d6a9 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 82e1e22ebd18f585e752753d0a200f1504cfc9d9..27a63a572d047674143c56643056006ec89d008f 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 6fa3110c2839f9ab4969673a9ceb71cee5c01846..bd36d4b30066f29a907b372fc9dc6f94ed44f31d 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 a5bbaecc703e48b29a739f0c302239234fd460cb..1c73b634c5fd9e75bb85e9d4b0fea5f416e5cd65 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 9c8c908c3cf28902954b4bdea557ecbcefa886e0..cfbc1ee847f8db614fcd7b3ea826b9331b919814 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 7de6cc8a7d14e601f37bd7d4831bd45f609dd7e6..6d47227924089b68ebd17f026015ec7b0247e7be 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 9e863e38cbbaaa9ae0b231a6690b999fb39c1014..6b47a3b1bf106f17531b8a8ec39eaa5f6971a1ad 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 408ceab21a4bc030dd3aa880177b035331ddab66..335ce68e33e2eac003793790bdda577b04fc1c52 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 6e01cb32f2c05568c843f8c998de1842ab57edad..8850d00bfbadcf0a22b631f46b40bc87c595d50a 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 46d1d3bdfac1e01a97341be79597e337d9ba8fbd..cfc1fd4079c5a8ecc245d467b82304aaf70e46c4 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 d9da6bddfd33b99b4e58559fbf1b23e6a2651dc4..be57741865d8082880352257176ea716cdb631c4 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 8b9e8e022bf49fb80e80442248b2cfb7a38a9008..63eb3a8d926410365cdaf02c84730a8db206e492 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 6e12ddfd6b702e6118389305d1770dff8fcaf5dd..f81c5ea06d374d4389cac14aa6e6873feb717a65 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 5801c864ff55fae0353b4d626a8dab4060b42906..6860b2355d58b865b40f8fd82f73795e5934d6ca 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 f0e816ba5799ae71e079dccf2e61ab2fea624d71..a4cecc73fd0b2c286c2cb215fd23cfa566f4d541 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 e848cb97a53212fd1abb18ca8897be8645633aff..db38d6bf574a5aa60b17e6c6b8104a2234c7045a 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 1baa9f1e9d56599b3d9742c2d496f4c8a99d5d9d..cdb0d9a11f430ea6603db4a4432a3d855014cb94 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 5d94c729dfabd8a8280485d9be66d193b0504fd1..e06a8b63a7326f6bb5d1dca84b16f76389a7f7fe 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 38291ba43584a419bcdc1232814065b5e7a1d091..029da6487207f2afa8e1d48b71f74e90b5add13e 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