mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Correct comment for deco subsurface_conservatism_factor
This adapts the comment according to the change done in
bd89e33e76
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
753c00a493
commit
6a4b44a3d4
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@
|
|||
|
||||
#define cube(x) (x * x * x)
|
||||
|
||||
// Subsurface appears to produce marginally less conservative plans than our benchmarks
|
||||
// Introduce 1.2% additional conservatism
|
||||
// Subsurface until v4.6.2 appeared to produce marginally less conservative plans than our benchmarks.
|
||||
// This factor was used to correct this. Since a fix for the saturation and desaturation rates
|
||||
// was introduced in v4.6.3 this can be set to a value of 1.0 which means no correction.
|
||||
#define subsurface_conservatism_factor 1.0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue