X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FClient%2FDataArrayIntClient.cxx;h=986c21cb364963c918c076fb0784a237ae08debf;hb=c933321e259af4968b2469c1d4f6b7ac5178e294;hp=7a36eb6ad805cc44709dd0d5fa09db5952d32bc6;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/Client/DataArrayIntClient.cxx b/src/MEDCouplingCorba/Client/DataArrayIntClient.cxx index 7a36eb6ad..986c21cb3 100644 --- a/src/MEDCouplingCorba/Client/DataArrayIntClient.cxx +++ b/src/MEDCouplingCorba/Client/DataArrayIntClient.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -16,13 +16,14 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// Author : Anthony Geay (CEA/DEN) #include "DataArrayIntClient.hxx" #include "MEDCouplingMemArray.hxx" #include -using namespace ParaMEDMEM; +using namespace MEDCoupling; DataArrayInt *DataArrayIntClient::New(SALOME_MED::DataArrayIntCorbaInterface_ptr dadPtr) { @@ -33,7 +34,7 @@ DataArrayInt *DataArrayIntClient::New(SALOME_MED::DataArrayIntCorbaInterface_ptr dadPtr->getTinyInfo(tinyL,tinyS); DataArrayInt *ret=DataArrayInt::New(); int tinyLgth=tinyL->length(); - std::vector v1(tinyLgth); + std::vector v1(tinyLgth); for(int j=0;j