0028550: Foundation Classes - fix empty message passed to thrown exception
[occt.git] / src / GeomToStep / GeomToStep_MakeToroidalSurface.cxx
index caa21c6..8809d9e 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#include <GeomToStep_MakeToroidalSurface.ixx>
+
+#include <Geom_ToroidalSurface.hxx>
 #include <GeomToStep_MakeAxis2Placement3d.hxx>
+#include <GeomToStep_MakeToroidalSurface.hxx>
 #include <StdFail_NotDone.hxx>
-#include <Geom_ToroidalSurface.hxx>
 #include <StepGeom_ToroidalSurface.hxx>
 #include <TCollection_HAsciiString.hxx>
 #include <UnitsMethods.hxx>
@@ -26,7 +27,6 @@
 // Creation d' une toroidal_surface de prostep a partir d' une ToroidalSurface
 // de Geom
 //=============================================================================
-
 GeomToStep_MakeToroidalSurface::GeomToStep_MakeToroidalSurface
   ( const Handle(Geom_ToroidalSurface)& S )
        
@@ -54,6 +54,6 @@ GeomToStep_MakeToroidalSurface::GeomToStep_MakeToroidalSurface
 const Handle(StepGeom_ToroidalSurface) &
       GeomToStep_MakeToroidalSurface::Value() const
 {
-  StdFail_NotDone_Raise_if(!done == Standard_True,"");
+  StdFail_NotDone_Raise_if (!done, "GeomToStep_MakeToroidalSurface::Value() - no result");
   return theToroidalSurface;
 }