]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
End of __repr__ implementation for fielddouble and fieldtemplate
authorageay <ageay>
Thu, 4 Apr 2013 06:02:45 +0000 (06:02 +0000)
committerageay <ageay>
Thu, 4 Apr 2013 06:02:45 +0000 (06:02 +0000)
src/MEDCoupling/MEDCouplingFieldDouble.cxx
src/MEDCoupling/MEDCouplingFieldTemplate.cxx

index 1a92c0bf42d1dab0155f9c1a7c671f6b8585a1cb..27377d9724acc210bebc10861bc06cca07be386f 100644 (file)
@@ -1857,7 +1857,7 @@ void MEDCouplingFieldDouble::reprQuickOverview(std::ostream& stream) const throw
     {  }
   const MEDCouplingFieldDiscretization *fd(_type);
   if(!fd)
-    stream << " No spatial discretization set !";
+    stream << "No spatial discretization set !";
   else
     fd->reprQuickOverview(stream);
   stream << std::endl;
index 5a5a41c4472280eee2a2c860ee1adcfb95d027f4..225fa28960a31d4f99e3917cfeab951311a35b60 100644 (file)
@@ -135,7 +135,7 @@ void MEDCouplingFieldTemplate::reprQuickOverview(std::ostream& stream) const thr
     {  }
   const MEDCouplingFieldDiscretization *fd(_type);
   if(!fd)
-    stream << " No spatial discretization set !";
+    stream << "No spatial discretization set !";
   else
     fd->reprQuickOverview(stream);
   stream << std::endl;