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:
@@ -48,13 +48,19 @@ bool RifStimPlanModelDeviationFrkExporter::writeToFile( RimStimPlanModel* stimPl
|
||||
QTextStream stream( &data );
|
||||
appendHeaderToStream( stream );
|
||||
|
||||
bool useMdRkb = false;
|
||||
double mdStepSize = 5.0;
|
||||
bool showTextMdRkb = false;
|
||||
double mdStepSize = 5.0;
|
||||
std::vector<double> xValues;
|
||||
std::vector<double> yValues;
|
||||
std::vector<double> tvdValues;
|
||||
std::vector<double> mdValues;
|
||||
RigWellPathGeometryExporter::exportWellPathGeometry( wellPath, mdStepSize, xValues, yValues, tvdValues, mdValues, useMdRkb );
|
||||
RigWellPathGeometryExporter::computeWellPathDataForExport( wellPath,
|
||||
mdStepSize,
|
||||
xValues,
|
||||
yValues,
|
||||
tvdValues,
|
||||
mdValues,
|
||||
showTextMdRkb );
|
||||
convertFromMeterToFeet( mdValues );
|
||||
convertFromMeterToFeet( tvdValues );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user