]> SALOME platform Git repositories - modules/superv.git/commitdiff
Salome HOME
To make the source compilable.
authormzn <mzn@opencascade.com>
Thu, 27 Oct 2005 07:31:10 +0000 (07:31 +0000)
committermzn <mzn@opencascade.com>
Thu, 27 Oct 2005 07:31:10 +0000 (07:31 +0000)
src/GraphExecutor/DataFlowExecutor_PyDynInvoke.cxx

index 48e114556721bd2fb2548b86ab5e27c263bfc84f..7f55f98586652b9717725188e3f825fb1ea4e90c 100644 (file)
@@ -596,11 +596,11 @@ bool GraphExecutor::InNode::PyDynInvoke( PyObject * MyPyRunMethod ,
             //  cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ;
             //  Py_DECREF( ResultIor ) ;
            //}
-         }
-         cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ;
-         Py_DECREF( ResultIor ) ;
+           cdebug << "ResultIor->ob_refcnt " << ResultIor->ob_refcnt-1 << endl ;
+           Py_DECREF( ResultIor ) ;
 
-         cdebug << "ObjIor->ob_refcnt " << ObjIor->ob_refcnt-1 << endl ;
+           cdebug << "ObjIor->ob_refcnt " << ObjIor->ob_refcnt-1 << endl ;
+         }
           else {
            PyErr_Print();
             cdebug_out << "GraphExecutor::InNode::PyDynInvoke Error ResultIor == NULL Node "