mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Rename variable and function names
This commit is contained in:
@@ -49,7 +49,13 @@ TEST( RigWellPathGeometryExporter, VerticalPath )
|
||||
std::vector<double> yValues;
|
||||
std::vector<double> tvdValues;
|
||||
std::vector<double> mdValues;
|
||||
RigWellPathGeometryExporter::exportWellPathGeometry( rigWellPath, mdStepSize, rkbOffset, xValues, yValues, tvdValues, mdValues );
|
||||
RigWellPathGeometryExporter::computeWellPathDataForExport( rigWellPath,
|
||||
mdStepSize,
|
||||
rkbOffset,
|
||||
xValues,
|
||||
yValues,
|
||||
tvdValues,
|
||||
mdValues );
|
||||
|
||||
double firstMd = inputMds.front();
|
||||
double lastMd = inputMds.back();
|
||||
|
||||
Reference in New Issue
Block a user