Salome HOME
Merge from MrgToV7main1804
[modules/med.git] / src / MEDCoupling / MEDCouplingUMeshDesc.cxx
index 8cc1e5dbb29d0c6e8fc40a67d28a50706761bdf9..4c6ef588fd1876005f8f0afd9fd9728b481ab351 100644 (file)
@@ -536,5 +536,5 @@ DataArrayDouble *MEDCouplingUMeshDesc::computeIsoBarycenterOfNodesPerCell() cons
 
 void MEDCouplingUMeshDesc::reprQuickOverview(std::ostream& stream) const throw(INTERP_KERNEL::Exception)
 {
-  stream << "MEDCouplingUMeshDesc C++ instance at " << this << ".";
+  stream << "MEDCouplingUMeshDesc C++ instance at " << this << ". Name : \"" << getName() << "\".";
 }