System : Rename parameter

This commit is contained in:
Magne Sjaastad 2018-09-24 22:42:13 +02:00
parent 64a2af653c
commit 09d7349475

View File

@ -665,9 +665,9 @@ void Rim3dView::addDynamicWellPathsToModel(cvf::ModelBasicList* wellPathModelBas
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
void Rim3dView::setScaleZAndUpdate(double scaleZ) void Rim3dView::setScaleZAndUpdate(double scalingFactor)
{ {
this->scaleZ = scaleZ; this->scaleZ = scalingFactor;
updateScaleTransform(); updateScaleTransform();
this->updateGridBoxData(); this->updateGridBoxData();