From 3ad5108d07866bebf035436722989426f4242a22 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 6 Mar 2007 11:53:38 +0000 Subject: [PATCH] Integrated a correction from Nicolas Crouzet. --- src/Communication/SALOME_Matrix_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2