From: jfa Date: Thu, 15 Mar 2007 06:53:51 +0000 (+0000) Subject: A patch by Paul RASCLE for ASTER cluster (64 bits). X-Git-Tag: V3_2_6pre2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f0c22cd7651e0475341fbecded5d9f2dbc98fc68;p=modules%2Fsuperv.git A patch by Paul RASCLE for ASTER cluster (64 bits). --- diff --git a/src/GraphExecutor/DataFlowExecutor_InNode.hxx b/src/GraphExecutor/DataFlowExecutor_InNode.hxx index 008c728..7b10bc3 100644 --- a/src/GraphExecutor/DataFlowExecutor_InNode.hxx +++ b/src/GraphExecutor/DataFlowExecutor_InNode.hxx @@ -459,7 +459,7 @@ namespace GraphExecutor { bool PyDynInvoke( PyObject * MyPyRunMethod , const char *method , ServicesAnyData * inParams , int nInParams , - ServicesAnyData * inParams , int nOutParams ) ; + ServicesAnyData * outParams, int nOutParams ) ; int Executing_SuspendAction() ; int SuspendedExecuting_ResumeAction() ;