From: isn Date: Tue, 13 Sep 2016 09:34:21 +0000 (+0300) Subject: compilation errors due merging X-Git-Tag: v1.6~75^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a79efa9b2f9a474c3d6b29ca96e4b0460de29528;p=modules%2Fhydro.git compilation errors due merging --- diff --git a/src/HYDROData/HYDROData_Bathymetry.cxx b/src/HYDROData/HYDROData_Bathymetry.cxx index 472101b0..f848958d 100644 --- a/src/HYDROData/HYDROData_Bathymetry.cxx +++ b/src/HYDROData/HYDROData_Bathymetry.cxx @@ -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