]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/MEDCoupling/MEDCouplingMesh.cxx
Salome HOME
Win32: Fix error in Debug mode
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingMesh.cxx
index aefddd462facedd7ad188162ba59fa53ddb2bbec..241e05120a5c3fa1e648a504cd4962df91be3434 100644 (file)
@@ -329,10 +329,10 @@ void MEDCouplingMesh::copyTinyStringsFrom(const MEDCouplingMesh *other)
  */
 void MEDCouplingMesh::copyTinyInfoFrom(const MEDCouplingMesh *other)
 {
-  copyTinyStringsFrom(other);
   _time=other->_time;
   _iteration=other->_iteration;
   _order=other->_order;
+  copyTinyStringsFrom(other);
 }
 
 /*!