Skip to content

Commit f986a90

Browse files
authored
exporting molar mass of substances (#6)
* exporting molar mass of substances * fix ci
1 parent 832184a commit f986a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ThermoHubClient/AqlQueries.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const std::string aql_thermofun_database_from_thermodataset =
6969
" formula: s.properties.formula, \n "
7070
" formula_charge: s.properties.formula_charge, \n "
7171
" reaction : reaction_symbol[0], \n "
72-
"// mass_per_mole: s.properties.mass_per_mole, \n "
72+
" mass_per_mole: {values : [s.properties.mass_per_mole] }, \n "
7373
" aggregate_state: s.properties.aggregate_state, \n "
7474
" class_: s.properties.class_, \n "
7575
" limitsTP: s.properties.limitsTP, \n "

environment.devenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: thermohubclient
44

55
dependencies:
66
- gxx_linux-64>=9.3.0 # [linux]
7-
- ninja # [win]
7+
- ninja
88
- make # [unix and osx]
99
- cmake
1010
- git

0 commit comments

Comments
 (0)