We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832184a commit f986a90Copy full SHA for f986a90
ThermoHubClient/AqlQueries.h
@@ -69,7 +69,7 @@ const std::string aql_thermofun_database_from_thermodataset =
69
" formula: s.properties.formula, \n "
70
" formula_charge: s.properties.formula_charge, \n "
71
" reaction : reaction_symbol[0], \n "
72
-"// mass_per_mole: s.properties.mass_per_mole, \n "
+" mass_per_mole: {values : [s.properties.mass_per_mole] }, \n "
73
" aggregate_state: s.properties.aggregate_state, \n "
74
" class_: s.properties.class_, \n "
75
" limitsTP: s.properties.limitsTP, \n "
environment.devenv.yml
@@ -4,7 +4,7 @@ name: thermohubclient
4
5
dependencies:
6
- gxx_linux-64>=9.3.0 # [linux]
7
- - ninja # [win]
+ - ninja
8
- make # [unix and osx]
9
- cmake
10
- git
0 commit comments