Skip to content

Commit

Permalink
update 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Jul 23, 2024
1 parent 99ff914 commit 7ef386e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meteo/meteo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,6 @@ bool setColorScale(meteoVariable variable, Crit3DColorScale *colorScale)
if (variable == snowFall || variable == snowWaterEquivalent
|| variable == snowLiquidWaterContent || variable == snowMelt)
{
colorScale->setMinimum(0);
colorScale->setFixedRange(true);
colorScale->setHideOutliers(true);
colorScale->setTransparent(true);
}
Expand Down

0 comments on commit 7ef386e

Please sign in to comment.