src/global.h

changeset 478
a3653722b0d6
parent 468
b21da6f583be
child 480
94b3def5d778
--- a/src/global.h	Wed Jan 25 16:17:07 2023 +0100
+++ b/src/global.h	Sat Jan 28 10:36:59 2023 +0100
@@ -14,7 +14,7 @@
 // #define DEBUG_IBU		1
 // #define	DEBUG_FERMENTABLES	1
 #define	DEBUG_YEAST		1
-#define	DEBUG_WATER		1
+// #define	DEBUG_WATER		1
 
 #define Ka1			0.0000004445
 #define Ka2			0.0000000000468
@@ -645,7 +645,7 @@
     bool	starter_enable;
     int		starter_type;
     double	starter_sg;
-    int		starter_viability;
+    double	starter_viability;
     QDate	yeast_prod_date;
     double	yeast_pitchrate;
     int		prop_type[4];

mercurial