src/global.h

changeset 478
a3653722b0d6
parent 468
b21da6f583be
child 480
94b3def5d778
equal deleted inserted replaced
477:27e179759bf2 478:a3653722b0d6
12 * Debug log switches for building 12 * Debug log switches for building
13 */ 13 */
14 // #define DEBUG_IBU 1 14 // #define DEBUG_IBU 1
15 // #define DEBUG_FERMENTABLES 1 15 // #define DEBUG_FERMENTABLES 1
16 #define DEBUG_YEAST 1 16 #define DEBUG_YEAST 1
17 #define DEBUG_WATER 1 17 // #define DEBUG_WATER 1
18 18
19 #define Ka1 0.0000004445 19 #define Ka1 0.0000004445
20 #define Ka2 0.0000000000468 20 #define Ka2 0.0000000000468
21 21
22 #define MMCa 40.078 22 #define MMCa 40.078
643 int wa_base_name; 643 int wa_base_name;
644 644
645 bool starter_enable; 645 bool starter_enable;
646 int starter_type; 646 int starter_type;
647 double starter_sg; 647 double starter_sg;
648 int starter_viability; 648 double starter_viability;
649 QDate yeast_prod_date; 649 QDate yeast_prod_date;
650 double yeast_pitchrate; 650 double yeast_pitchrate;
651 int prop_type[4]; 651 int prop_type[4];
652 double prop_volume[4]; 652 double prop_volume[4];
653 653

mercurial