src/global.cpp

changeset 380
8f5c03ed4321
parent 373
b02aca4e926c
child 411
c78f8cf11849
--- a/src/global.cpp	Fri Jul 29 20:59:21 2022 +0200
+++ b/src/global.cpp	Sat Jul 30 16:30:02 2022 +0200
@@ -9,10 +9,6 @@
 QByteArray my_logoByteArray = 0;
 int my_factor_mashhop = -30;
 int my_factor_fwh = 10;
-int my_factor_pellet = 10;
-int my_factor_plug = 2;
-int my_factor_wethop = -82;
-int my_factor_cryohop = 100;
 int my_ibu_method = 0;
 int my_color_method = 0;
 double my_brix_correction = 1.04;
@@ -20,6 +16,13 @@
 int my_default_water = -1;
 QString my_yeastlab = "";
 int my_height = 0;
+double my_ut_pellet = 22.0;
+double my_ut_plug = 20.4;
+double my_ut_leaf = 20.0;
+double my_ut_wethop = 3.6;
+double my_ut_t45 = 50.0;
+double my_ut_co2extract = 35.0;
+
 
 Recipe *recipe;
 Product *product;

mercurial