]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
compilation errors due merging
authorisn <isn@opencascade.com>
Tue, 13 Sep 2016 09:34:21 +0000 (12:34 +0300)
committerisn <isn@opencascade.com>
Tue, 13 Sep 2016 09:34:21 +0000 (12:34 +0300)
src/HYDROData/HYDROData_Bathymetry.cxx

index 472101b02b85f6ccf7c025d2a332c9437b03a0cf..f848958d3454977578f6e09218fb90d4bf9db893 100644 (file)
@@ -580,7 +580,7 @@ bool HYDROData_Bathymetry::ImportFromFiles( const QStringList& theFileNames )
     // Close the file
     aFile.close();
 
-    AllPoints.Append(aPoints);
+    AllPoints.insert(AllPoints.end(), aPoints.begin(), aPoints.end());
   }
 
   // Convert from global to local CS