summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-09-20 14:35:05 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-09-20 08:52:36 -0700
commit6a4b44a3d4959f2a76ad5bc52a9ee7a0823aa7cf (patch)
treede013a8887f4bdcc1b1a7781047447f8986e10b0
parent753c00a4936f5cc741bdf7dbeb3db83903a95e9d (diff)
downloadsubsurface-6a4b44a3d4959f2a76ad5bc52a9ee7a0823aa7cf.tar.gz
Correct comment for deco subsurface_conservatism_factor
This adapts the comment according to the change done in bd89e33e765d73aa2b48419031d6922b8bf5eb37 Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
-rw-r--r--core/deco.c5
1 files changed, 3 insertions, 2 deletions
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