0024428: Implementation of LGPL license
[occt.git] / src / BRepBlend / BRepBlend_RstRstConstRad.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 6915264..a700ff1
@@ -1,8 +1,18 @@
-// File:       BRepBlend_RstRstConstRad.cxx
-// Created:    Mon Feb 10 10:32:10 1997
-// Author:     Laurent BOURESCHE
-// Author:     Jacques GOUSSARD
-//             <lbo@pomalox.paris1.matra-dtv.fr>
+// Created on: 1997-02-10
+// Created by: Jacques GOUSSARD
+// 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 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.
 
 #include <BRepBlend_RstRstConstRad.ixx>
 #include <math_Gauss.hxx>
@@ -812,9 +822,6 @@ Standard_Boolean BRepBlend_RstRstConstRad::Section(const Blend_Point& P,
   math_Matrix gradsol(1, 2, 1, 2);
   
   Standard_Real prm       = P.Parameter();
-#ifdef DEB
-  Standard_Integer NbSpan = (Poles.Length() - 1) / 2;
-#endif
   Standard_Integer low    = Poles.Lower();
   Standard_Integer upp    = Poles.Upper();
   Standard_Boolean istgt;