Added triple point temperature

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-03 23:58:16 +02:00
parent 17458261b5
commit 79d7a4965a
3 changed files with 5 additions and 1 deletions

View File

@@ -163,6 +163,8 @@ double AbstractState::trivial_keyed_output(int key)
{
case imolar_mass:
return molar_mass();
case iT_triple:
return Ttriple();
case iT_reducing:
return get_reducing().T;
case irhomolar_reducing: