src/global.h

changeset 196
f7954f2d4451
parent 195
9887278c4fbe
child 220
7792a410a277
equal deleted inserted replaced
195:9887278c4fbe 196:f7954f2d4451
494 int starter_type; 494 int starter_type;
495 double starter_sg; 495 double starter_sg;
496 int starter_viability; 496 int starter_viability;
497 QDate yeast_prod_date; 497 QDate yeast_prod_date;
498 double yeast_pitchrate; 498 double yeast_pitchrate;
499 int prop1_type; 499 int prop_type[4];
500 double prop1_volume; 500 double prop_volume[4];
501 int prop2_type;
502 double prop2_volume;
503 int prop3_type;
504 double prop3_volume;
505 int prop4_type;
506 double prop4_volume;
507 501
508 int divide_type; 502 int divide_type;
509 double divide_size; 503 double divide_size;
510 double divide_factor; 504 double divide_factor;
511 int divide_parts; 505 int divide_parts;

mercurial