src/global.h

changeset 412
5fe775f036fa
parent 411
c78f8cf11849
child 419
d49f38cc76a0
equal deleted inserted replaced
411:c78f8cf11849 412:5fe775f036fa
646 int fermentables_row; ///< Current row, -1 is invalid. 646 int fermentables_row; ///< Current row, -1 is invalid.
647 bool fermentables_use100; ///< Use percentages instead of amount 647 bool fermentables_use100; ///< Use percentages instead of amount
648 bool fermentables_ok; ///< Inventory check 648 bool fermentables_ok; ///< Inventory check
649 int hops_row; 649 int hops_row;
650 bool hops_ok; 650 bool hops_ok;
651 double boil_absorb; ///< Absorption in L of hops in the boil kettle.
652 double ferment_absorb; ///< Absorption in L caused by dry-hops.
651 int miscs_row; 653 int miscs_row;
652 bool miscs_ok; 654 bool miscs_ok;
653 int yeasts_row; 655 int yeasts_row;
654 bool yeasts_ok; 656 bool yeasts_ok;
655 bool waters_ok; 657 bool waters_ok;

mercurial