From 6a4b44a3d4959f2a76ad5bc52a9ee7a0823aa7cf Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Wed, 20 Sep 2017 14:35:05 +0200 Subject: Correct comment for deco subsurface_conservatism_factor This adapts the comment according to the change done in bd89e33e765d73aa2b48419031d6922b8bf5eb37 Signed-off-by: Stefan Fuchs --- core/deco.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/deco.c b/core/deco.c index 469679684..d58e6dc0a 100644 --- a/core/deco.c +++ b/core/deco.c @@ -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 -- cgit v1.2.3-70-g09d2