mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6227 Filter out zero values in logarithmic plot.
This commit is contained in:
committed by
Magne Sjaastad
parent
55034759c5
commit
ad07b18781
@@ -69,4 +69,10 @@ double defaultPermeability()
|
||||
{
|
||||
return 1.0e-5;
|
||||
}
|
||||
|
||||
double zeroReplacementForLogarithmicPlot()
|
||||
{
|
||||
return 1.0e-5;
|
||||
}
|
||||
|
||||
}; // namespace RiaDefines
|
||||
|
||||
Reference in New Issue
Block a user