mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Read CP0 and EOS BibTeX keys from JSON files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -237,7 +237,10 @@ protected:
|
||||
EOS.reduce.T = cpjson::get_double(reducing_state,"T");
|
||||
EOS.reduce.rhomolar = cpjson::get_double(reducing_state,"rhomolar");
|
||||
EOS.reduce.p = cpjson::get_double(reducing_state,"p");
|
||||
|
||||
|
||||
// BibTex keys
|
||||
EOS.BibTeX_EOS = cpjson::get_string(EOS_json,"BibTeX_EOS");
|
||||
EOS.BibTeX_CP0 = cpjson::get_string(EOS_json,"BibTeX_CP0");
|
||||
|
||||
parse_alphar(EOS_json["alphar"], EOS);
|
||||
parse_alpha0(EOS_json["alpha0"], EOS);
|
||||
|
||||
Reference in New Issue
Block a user