From: vsr Date: Thu, 9 Jan 2014 14:16:32 +0000 (+0000) Subject: Merge from V7_3_BR (09/01/2014) X-Git-Tag: V7_3_1b1^2~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75132e6469ad49bebb43833c48ccd98adb3965b9;p=modules%2Fmed.git Merge from V7_3_BR (09/01/2014) --- diff --git a/src/MEDOP/cmp/MEDDataManager_i.cxx b/src/MEDOP/cmp/MEDDataManager_i.cxx index 88e32191a..d76c4e8f8 100644 --- a/src/MEDOP/cmp/MEDDataManager_i.cxx +++ b/src/MEDOP/cmp/MEDDataManager_i.cxx @@ -583,7 +583,8 @@ MEDCouplingFieldDouble * MEDDataManager_i::getFieldDouble(const MEDOP::FieldHand long sourceid = _meshHandlerMap[meshid]->sourceid; const char * filepath = source_to_file((_datasourceHandlerMap[sourceid])->uri); - const char * meshName = myMesh->getName().c_str(); + std::string smeshname = myMesh->getName(); + const char * meshName = smeshname.c_str(); LOG("getFieldDouble: field "<fieldname<<" loaded from file "<type; int meshDimRelToMax = 0;