src/global.h

changeset 284
33bb98c33e6a
parent 283
242a68fa7186
child 285
f66df13aee7f
--- a/src/global.h	Mon Jun 13 16:47:52 2022 +0200
+++ b/src/global.h	Mon Jun 13 17:34:51 2022 +0200
@@ -129,33 +129,33 @@
 
 struct Yeasts
 {
-    QString	y_name;
-    QString	y_laboratory;
-    QString	y_product_id;
-    double	y_amount;
-    int		y_type;
-    int		y_form;
-    double	y_min_temperature;
-    double	y_max_temperature;
-    int		y_flocculation;
-    double	y_attenuation;
-    double	y_cells;
-    double	y_tolerance;
-    int		y_use;
-    bool	y_sta1;
-    bool	y_bacteria;
-    bool	y_harvest_top;
-    int		y_harvest_time;
-    double	y_pitch_temperature;
-    bool	y_pofpos;
-    int		y_zymocide;
-    int		y_gr_hl_lo;
-    double	y_sg_lo;
-    int		y_gr_hl_hi;
-    double	y_sg_hi;
-    double	y_cost;
-    double	y_inventory;		///< In product, current inventory.
-    bool	y_avail;		///< Product available in database.
+    QString	name;
+    QString	laboratory;
+    QString	product_id;
+    double	amount;
+    int		type;
+    int		form;
+    double	min_temperature;
+    double	max_temperature;
+    int		flocculation;
+    double	attenuation;
+    double	cells;
+    double	tolerance;
+    int		use;
+    bool	sta1;
+    bool	bacteria;
+    bool	harvest_top;
+    int		harvest_time;
+    double	pitch_temperature;
+    bool	pofpos;
+    int		zymocide;
+    int		gr_hl_lo;
+    double	sg_lo;
+    int		gr_hl_hi;
+    double	sg_hi;
+    double	cost;
+    double	inventory;		///< In product, current inventory.
+    bool	avail;			///< Product available in database.
 };
 
 

mercurial