X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingField.cxx;h=55b6e0b98a0a3d0cce69cd73f53268173194686e;hb=0c9d48870957c4a9f6f82fc8e2c569780a5f886b;hp=3f50f4c57471fce86ec20de44f749434dd9182fd;hpb=f6e30f25ab5f39edee25e31469a03b5b69eb5a17;p=modules%2Fmed.git diff --git a/src/MEDCoupling/MEDCouplingField.cxx b/src/MEDCoupling/MEDCouplingField.cxx index 3f50f4c57..55b6e0b98 100644 --- a/src/MEDCoupling/MEDCouplingField.cxx +++ b/src/MEDCoupling/MEDCouplingField.cxx @@ -590,8 +590,8 @@ void MEDCouplingField::copyTinyStringsFrom(const MEDCouplingField *other) { if(other) { - setName(other->_name.c_str()); - setDescription(other->_desc.c_str()); + setName(other->_name); + setDescription(other->_desc); } }