From 5b080beddef3e08b86eb53448e737b4867a50c1a Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 19 Sep 2017 14:38:38 +0200 Subject: Remove option to apply GFlow at maxdepth This option should have never been there. This is not how gradient factors are supposed to work. It would only trick users to use the wrong value.. Signed-off-by: Robert C. Helling --- tests/testpreferences.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/testpreferences.cpp b/tests/testpreferences.cpp index db50aff5d..a80ade89f 100644 --- a/tests/testpreferences.cpp +++ b/tests/testpreferences.cpp @@ -132,8 +132,6 @@ void TestPreferences::testPreferences() TEST(tecDetails->zoomedPlot(), true); tecDetails->setShowSac(true); TEST(tecDetails->showSac(), true); - tecDetails->setGfLowAtMaxDepth(true); - TEST(tecDetails->gfLowAtMaxDepth(), true); tecDetails->setDisplayUnusedTanks(true); TEST(tecDetails->displayUnusedTanks(), true); tecDetails->setShowAverageDepth(true); @@ -175,8 +173,6 @@ void TestPreferences::testPreferences() TEST(tecDetails->zoomedPlot(), false); tecDetails->setShowSac(false); TEST(tecDetails->showSac(), false); - tecDetails->setGfLowAtMaxDepth(false); - TEST(tecDetails->gfLowAtMaxDepth(), false); tecDetails->setDisplayUnusedTanks(false); TEST(tecDetails->displayUnusedTanks(), false); tecDetails->setShowAverageDepth(false); -- cgit v1.2.3-70-g09d2