src/EditProduct.cpp

changeset 423
8cb46020796a
parent 413
8ea791d4cab6
child 436
d1a6c269ba6a
--- a/src/EditProduct.cpp	Mon Oct 24 16:06:14 2022 +0200
+++ b/src/EditProduct.cpp	Mon Oct 24 19:59:08 2022 +0200
@@ -181,10 +181,11 @@
 	product->eq_top_up_water = 0;
 	product->eq_trub_chiller_loss = 0.5;
 	product->eq_evap_rate = 1.8;
-	product->eq_calc_boil_volume = true;
+//	product->eq_calc_boil_volume = true;
 	product->eq_top_up_kettle = 0;
-	product->eq_hop_utilization = 100;
-	product->eq_lauter_volume = product->eq_lauter_height = product->eq_kettle_volume = product->eq_kettle_height = product->eq_mash_volume = 20;
+//	product->eq_hop_utilization = 100;
+//	product->eq_lauter_volume = product->eq_lauter_height = 
+	product->eq_kettle_volume = product->eq_kettle_height = product->eq_mash_volume = 20;
 	product->eq_lauter_deadspace = 0.5;
 	product->eq_mash_max = 6;
 	product->eq_efficiency = 75;

mercurial