From: jfa Date: Tue, 6 Mar 2007 11:53:38 +0000 (+0000) Subject: Integrated a correction from Nicolas Crouzet. X-Git-Tag: V3_2_6pre2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3ad5108d07866bebf035436722989426f4242a22;p=modules%2Fkernel.git Integrated a correction from Nicolas Crouzet. --- diff --git a/src/Communication/SALOME_Matrix_i.cxx b/src/Communication/SALOME_Matrix_i.cxx index 49271c046..1ea94aff2 100644 --- a/src/Communication/SALOME_Matrix_i.cxx +++ b/src/Communication/SALOME_Matrix_i.cxx @@ -35,7 +35,7 @@ SALOME_Matrix_i::~SALOME_Matrix_i() SALOME::SenderDouble_ptr SALOME_Matrix_i::getData() { - return SenderFactory::buildSender(_type,_tabToSend,_nbOfRow*_nbOfColumn,_ownTabToSend); + return SenderFactory::buildSender(_type,_tabToSend,_nbOfRow*_nbOfColumn,false); } CORBA::Long SALOME_Matrix_i::getSizeOfColumn()