From 81db79758be8ff59b3c4e2487b78699d27ae78c2 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Tue, 17 Feb 2015 19:09:50 -0500 Subject: [PATCH] Updated units for T_freeze Signed-off-by: Ian Bell --- src/DataStructures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataStructures.cpp b/src/DataStructures.cpp index a520275e..940facb8 100644 --- a/src/DataStructures.cpp +++ b/src/DataStructures.cpp @@ -70,7 +70,7 @@ parameter_info parameter_info_list[] = { parameter_info(iP_triple, "p_triple","O","Pa","Pressure at the triple point (pure only)",true), parameter_info(ifraction_min, "fraction_min","O","-","Fraction (mole, mass, volume) minimum value for incompressible solutions",true), parameter_info(ifraction_max, "fraction_max","O","-","Fraction (mole, mass, volume) maximum value for incompressible solutions",true), - parameter_info(iT_freeze, "T_freeze","O","-","Freezing temperature incompressible solutions",true), + parameter_info(iT_freeze, "T_freeze","O","K","Freezing temperature for incompressible solutions",true), parameter_info(ispeed_sound, "speed_of_sound","O","m/s","Speed of sound",false), parameter_info(iviscosity, "viscosity","O","Pa-s","Viscosity",false),