src/global.h

changeset 365
4bc746c65650
parent 355
f3318d9d6668
child 373
b02aca4e926c
--- a/src/global.h	Tue Jul 19 16:00:52 2022 +0200
+++ b/src/global.h	Wed Jul 20 12:44:02 2022 +0200
@@ -399,6 +399,12 @@
     int		mashs_time;		///< Total mash time.
     double	preboil_sg;
     double      preboil_ph;
+    double	ws_calcium;		///< Sparge water calculated.
+    double      ws_sulfate;
+    double      ws_chloride;
+    double      ws_sodium;
+    double      ws_magnesium;
+    double      ws_total_alkalinity;
 };
 
 
@@ -651,12 +657,18 @@
     double	est_mash_sg;
     double	est_preboil_ph;
     double	preboil_sg;
-    double	final_abv;		/// ABV after dilution/infusion.
+    double	final_abv;		///< ABV after dilution/infusion.
     double	bottle_abv;
     double	bottle_bar;
     double	keg_abv;
     double	keg_bar;
-    QList<Splits>	splits;		/// Used during building a split batch
+    QList<Splits>	splits;		///< Used during building a split batch
+    double      ws_calcium;             ///< Sparge water calculated.
+    double      ws_sulfate;
+    double      ws_chloride;
+    double      ws_sodium;
+    double      ws_magnesium;
+    double      ws_total_alkalinity;
 };
 
 

mercurial