From 05250de6d77e2b54b0dcd093fe2d2328395f237d Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 18 Jul 2012 06:38:20 +0000 Subject: [PATCH] Deep advancedRepr --- src/MEDCoupling/MEDCouplingFieldDouble.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDCoupling/MEDCouplingFieldDouble.cxx b/src/MEDCoupling/MEDCouplingFieldDouble.cxx index 17054653d..cce56f0a9 100644 --- a/src/MEDCoupling/MEDCouplingFieldDouble.cxx +++ b/src/MEDCoupling/MEDCouplingFieldDouble.cxx @@ -172,7 +172,7 @@ std::string MEDCouplingFieldDouble::advancedRepr() const if(getArray()) ret << "FieldDouble default array has " << getArray()->getNumberOfComponents() << " components and " << getArray()->getNumberOfTuples() << " tuples.\n"; if(_mesh) - ret << "Mesh support information :\n__________________________\n" << _mesh->simpleRepr(); + ret << "Mesh support information :\n__________________________\n" << _mesh->advancedRepr(); else ret << "Mesh support information : No mesh set !\n"; std::vector arrays; -- 2.39.2