0024510: Remove unused local variables
[occt.git] / src / GccAna / GccAna_Circ2d2TanRad_1.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 76d615e..78f2061
@@ -1,7 +1,18 @@
-// File:       GccAna_Circ2d2TanRad_1.cxx
-// Created:    Tue Sep 24 09:09:48 1991
-// Author:     Remi GILET
-//             <reg@topsn2>
+// Created on: 1991-09-24
+// Created by: Remi GILET
+// Copyright (c) 1991-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 <GccAna_Circ2d2TanRad.jxx>
 
 #include <Standard_NegativeValue.hxx>
 #include <GccEnt_BadQualifier.hxx>
 
-// circulaire tangent a un cercle et une ligne et de rayon donne
+// circular tangent to a circle, a line and a given radius
 //==============================================================
 //========================================================================
-// On initialise WellDone a false.                                       +
-// On recupere le cercle C1 et la droite L2.                             +
-// On sort en erreur dans les cas ou la construction est impossible.     +
-// On fait la parallele a C1 dans le bon sens.                           +
-// On fait la parallele a L2 dans le bon sens.                           +
-// On intersecte les paralleles ==> point de centre de la solution.      +
-// On cree la solution qu on ajoute aux solutions deja trouvees.         +
-// On remplit les champs.                                                +
+// Initialize WellDone to false.                                         +
+// Return circle C1 and straight line L2.                                +
+// Leave with error if the construction is impossible.                   +
+// Create parallel to C1 in the proper direction.                        +
+// Create parallel to L2 in the proper direction.                        +
+// Intersect parallels ==> center point of the solution.                 +
+// Create the solution and add it to already found ones.                 +
+// Fill the fields.                                                      +
 //========================================================================
 
 GccAna_Circ2d2TanRad::