From bee13ef1cf7c244bcdf0592f42cf2b5e124c95fd Mon Sep 17 00:00:00 2001 From: anv Date: Fri, 7 Feb 2020 13:12:31 +0300 Subject: [PATCH] 0031360: Modeling Algorithms - Removing redundant class math_GaussPoints was removed. --- src/math/FILES | 1 - src/math/math_GaussPoints.hxx | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 src/math/math_GaussPoints.hxx diff --git a/src/math/FILES b/src/math/FILES index 4a3bb324a6..8c392c612a 100755 --- a/src/math/FILES +++ b/src/math/FILES @@ -64,7 +64,6 @@ math_GaussLeastSquare.lxx math_GaussMultipleIntegration.cxx math_GaussMultipleIntegration.hxx math_GaussMultipleIntegration.lxx -math_GaussPoints.hxx math_GaussSetIntegration.cxx math_GaussSetIntegration.hxx math_GaussSetIntegration.lxx diff --git a/src/math/math_GaussPoints.hxx b/src/math/math_GaussPoints.hxx deleted file mode 100644 index c09d2481af..0000000000 --- a/src/math/math_GaussPoints.hxx +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) 1997-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef math_GaussPoints_HeaderFile -#define math_GaussPoints_HeaderFile -#include -#include - - -extern const Standard_Real Point[157]; -extern const Standard_Real Weight[157]; - -math_Vector GPoints(const Standard_Integer Index); - -math_Vector GWeights(const Standard_Integer Index); - -#endif -- 2.39.5