src/global.h

changeset 238
047e99c90848
parent 220
7792a410a277
child 267
8af232524e64
equal deleted inserted replaced
237:f1032191578b 238:047e99c90848
530 double mashs_kg; ///< Kg fermentables in the mash. 530 double mashs_kg; ///< Kg fermentables in the mash.
531 int mashs_time; ///< Total mash time. 531 int mashs_time; ///< Total mash time.
532 double est_mash_sg; 532 double est_mash_sg;
533 double preboil_sg; 533 double preboil_sg;
534 double final_abv; /// ABV after dilution/infusion. 534 double final_abv; /// ABV after dilution/infusion.
535 double bottle_abv;
536 double bottle_bar;
537 double keg_abv;
538 double keg_bar;
535 }; 539 };
536 540
537 541
538 extern Recipe *recipe; 542 extern Recipe *recipe;
539 extern Product *product; 543 extern Product *product;

mercurial