Linux/Win Line ending harmonization

This commit is contained in:
Jacob Støren 2013-10-01 11:32:37 +02:00
parent 43e51b9994
commit 2c546ea1e9

View File

@ -123,7 +123,7 @@ void RimWellPathCollection::setProject( RimProject* project )
//--------------------------------------------------------------------------------------------------
void RimWellPathCollection::readWellPathFiles()
{
caf::ProgressInfo progress(wellPaths.size(), "Reading well paths from file");
caf::ProgressInfo progress(wellPaths.size(), "Reading well paths from file");
for (size_t wpIdx = 0; wpIdx < wellPaths.size(); wpIdx++)
{