mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Rename parameter
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user