src/global.h

changeset 480
94b3def5d778
parent 478
a3653722b0d6
child 482
e13763ec829f
equal deleted inserted replaced
479:28f0e43e9f08 480:94b3def5d778
179 int gr_hl_hi; 179 int gr_hl_hi;
180 double sg_hi; 180 double sg_hi;
181 double cost; 181 double cost;
182 double inventory; ///< In product, current inventory. 182 double inventory; ///< In product, current inventory.
183 bool avail; ///< Product available in database. 183 bool avail; ///< Product available in database.
184 };
185
186
187 struct YeastPacks
188 {
189 QString laboratory;
190 QString package;
191 QString notes;
192 int form;
193 double cells;
194 double viability;
195 double size;
184 }; 196 };
185 197
186 198
187 struct MashSteps 199 struct MashSteps
188 { 200 {

mercurial