X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingCMeshServant.cxx;h=7bc55362b747854f3ef1dd3fb44461312aa32c27;hb=0c9d48870957c4a9f6f82fc8e2c569780a5f886b;hp=bacc0b92500222604f99324e9210e94f59074a44;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingCMeshServant.cxx b/src/MEDCouplingCorba/MEDCouplingCMeshServant.cxx index bacc0b925..7bc55362b 100644 --- a/src/MEDCouplingCorba/MEDCouplingCMeshServant.cxx +++ b/src/MEDCouplingCorba/MEDCouplingCMeshServant.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2013 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 @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// Author : Anthony Geay (CEA/DEN) #include "MEDCouplingCMeshServant.hxx" @@ -23,7 +24,7 @@ using namespace ParaMEDMEM; -MEDCouplingCMeshServant::MEDCouplingCMeshServant(const MEDCouplingCMesh *cppPointerOfMesh):MEDCouplingMeshServant(cppPointerOfMesh) +MEDCouplingCMeshServant::MEDCouplingCMeshServant(const MEDCouplingCMesh *cppPointerOfMesh):MEDCouplingStructuredMeshServant(cppPointerOfMesh) { }