Make sure relevant changes in patch branch are merged to dev

This commit is contained in:
Magne Sjaastad
2020-05-27 09:10:34 +02:00
parent b8d9dedad2
commit bb4bdc048d
3 changed files with 6 additions and 6 deletions

View File

@@ -168,6 +168,7 @@ std::vector<double> RigWellLogCurveData::depths( RiaDefines::DepthTypeEnum depth
}
return tvds;
}
return std::vector<double>();
}