Merge branch 'master' into pr/7

This commit is contained in:
Thalpy
2019-05-10 02:20:19 +01:00
committed by GitHub
17 changed files with 4877 additions and 78 deletions
+5
View File
@@ -2,6 +2,11 @@
#define LIQUID 2
#define GAS 3
#define REAGENT_NORMAL_PH 7.000
#define REAGENT_PH_ACCURACY 0.001
#define REAGENT_PURITY_ACCURACY 0.001
#define DEFAULT_SPECIFIC_HEAT 200
// container_type defines
#define INJECTABLE (1<<0) // Makes it possible to add reagents through droppers and syringes.
#define DRAWABLE (1<<1) // Makes it possible to remove reagents through syringes.