X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FClient%2FMEDCouplingMeshClient.cxx;h=58436cc3edb00b68936571da959207693e18f165;hb=8cf67f405062312f2544099554edd6991b39fd05;hp=f50932a597fa525bda962f945571ad3fde6203f2;hpb=ead421830853fe9d9d0bd997f979f92b251dd6bc;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx b/src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx index f50932a59..58436cc3e 100644 --- a/src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx +++ b/src/MEDCouplingCorba/Client/MEDCouplingMeshClient.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2016 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -23,7 +23,7 @@ #include "MEDCoupling1SGTUMeshClient.hxx" #include "MEDCoupling1DGTUMeshClient.hxx" #include "MEDCouplingExtrudedMeshClient.hxx" -#include "MEDCouplingExtrudedMesh.hxx" +#include "MEDCouplingMappedExtrudedMesh.hxx" #include "MEDCouplingCMeshClient.hxx" #include "MEDCouplingCurveLinearMeshClient.hxx" #include "MEDCouplingIMeshClient.hxx" @@ -95,7 +95,7 @@ void MEDCouplingMeshClient::fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALO { meshPtr->Register(); //1st call to getTinyInfo to get tiny array of key integers value - //to corectly resize local copy of distant instance adressed by 'meshPtr' + //to correctly resize local copy of distant instance addressed by 'meshPtr' //1st value of returned array is the type of instance. Thanks to //CORBA and its type-check no use of this value is necessary. SALOME_TYPES::ListOfDouble *tinyD; @@ -118,10 +118,10 @@ void MEDCouplingMeshClient::fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALO delete tinyD; DataArrayInt* a1=DataArrayInt::New(); DataArrayDouble* a2=DataArrayDouble::New(); - //thanks to the entry point tinyV get from the 1st CORBA invokation, + //thanks to the entry point tinyV get from the 1st CORBA invocation, //resizing a1,a2 and sts. std::vector uselessVector; - //vector 'uselessVector' is useless thanks to CORBA that , contrary to MPI, does not need to allocate right length of arrays before invokation + //vector 'uselessVector' is useless thanks to CORBA that , contrary to MPI, does not need to allocate right length of arrays before invocation meshCpp->resizeForUnserialization(tinyV,a1,a2,uselessVector); SALOME_TYPES::ListOfLong *a1Corba; SALOME_TYPES::ListOfDouble *a2Corba;