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:
parent
64a2af653c
commit
09d7349475
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user