Skip to content

Commit

Permalink
exporting molar mass of substances (#6)
Browse files Browse the repository at this point in the history
* exporting molar mass of substances

* fix ci
  • Loading branch information
gdmiron authored Mar 22, 2021
1 parent 832184a commit f986a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ThermoHubClient/AqlQueries.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const std::string aql_thermofun_database_from_thermodataset =
" formula: s.properties.formula, \n "
" formula_charge: s.properties.formula_charge, \n "
" reaction : reaction_symbol[0], \n "
"// mass_per_mole: s.properties.mass_per_mole, \n "
" mass_per_mole: {values : [s.properties.mass_per_mole] }, \n "
" aggregate_state: s.properties.aggregate_state, \n "
" class_: s.properties.class_, \n "
" limitsTP: s.properties.limitsTP, \n "
Expand Down
2 changes: 1 addition & 1 deletion environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: thermohubclient

dependencies:
- gxx_linux-64>=9.3.0 # [linux]
- ninja # [win]
- ninja
- make # [unix and osx]
- cmake
- git
Expand Down

0 comments on commit f986a90

Please sign in to comment.