From f0c22cd7651e0475341fbecded5d9f2dbc98fc68 Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 15 Mar 2007 06:53:51 +0000 Subject: [PATCH] A patch by Paul RASCLE for ASTER cluster (64 bits). --- src/GraphExecutor/DataFlowExecutor_InNode.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ; -- 2.39.2