]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Corrections.
authormzn <mzn@opencascade.com>
Fri, 20 Dec 2013 07:39:01 +0000 (07:39 +0000)
committermzn <mzn@opencascade.com>
Fri, 20 Dec 2013 07:39:01 +0000 (07:39 +0000)
src/HYDROData/HYDROData_CalculationCase.cxx

index 32fb604477b7081ee647bd7d1a755ffb9e9d33b2..1b72cba377da9bb640b5b57621fd8f1f2e1423d4 100644 (file)
@@ -813,7 +813,7 @@ GEOM::GEOM_Object_ptr HYDROData_CalculationCase::publishShapeInGEOM(
 
     SALOMEDS::SObject_var aResultSO = 
       theGeomEngine->PublishInStudy( theStudy, SALOMEDS::SObject::_nil(), 
-                                     aGeomObj, qPrintable( theName ) );
+                                     aGeomObj, qPrintable( aName ) );
     if ( aResultSO->_is_nil() ) {
       aGeomObj = GEOM::GEOM_Object::_nil();
     }