Docs for get_fluid_param_string

This commit is contained in:
Ian Bell
2014-06-01 20:49:50 +02:00
parent 261ec01c71
commit 02f24549e4
2 changed files with 11 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ struct element
};
int main()
{
set_debug_level(10);
set_debug_level(0);
if (0)
{
generate_melting_curve_data("Ethylene-I.mlt","ethylene",103.989,110.369);
@@ -134,7 +134,7 @@ int main()
}
if (1)
{
std::string RPname = get_fluid_param_string("Water","REFPROPname");
std::string RPname = get_fluid_param_string("Water", "REFPROPname");
std::string s = get_BibTeXKey("n-Propane", "rr");
std::vector<std::string> tags;