Salome HOME
copyrights are updated
[modules/hydro.git] / src / HYDROData / HYDROData_Document.cxx
index 55912ca6dc1cac3fb48044bc26e75200a27996f4..93457716225fdd41c6166418d181343bae9f0950 100644 (file)
@@ -267,6 +267,7 @@ bool HYDROData_Document::DumpToPython( const QString& theFileName,
   aRes = aRes && dumpPartitionToPython( aFile, theIsMultiFile, aTreatedObjects, KIND_CHANNEL );
   aRes = aRes && dumpPartitionToPython( aFile, theIsMultiFile, aTreatedObjects, KIND_DIGUE );
   aRes = aRes && dumpPartitionToPython( aFile, theIsMultiFile, aTreatedObjects, KIND_OBSTACLE );
+  aRes = aRes && dumpPartitionToPython( aFile, theIsMultiFile, aTreatedObjects, KIND_LAND_COVER_MAP );
   aRes = aRes && dumpPartitionToPython( aFile, theIsMultiFile, aTreatedObjects, KIND_CALCULATION );
 
   // Dump code to close python fuction
@@ -866,4 +867,4 @@ NCollection_Sequence<TCollection_AsciiString> HYDROData_Document::GetInterpolato
   }
 
   return aNames;
-}
\ No newline at end of file
+}