mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Add REFPROP version output to the examples
This commit is contained in:
@@ -244,6 +244,20 @@ high_level_interface = [
|
||||
"arguments": [ "'*********** REFPROP *****************'" ],
|
||||
"EOL":True
|
||||
},
|
||||
{
|
||||
"type": "print",
|
||||
"arguments": [
|
||||
"'REFPROP version:'",
|
||||
{
|
||||
"type": "function",
|
||||
"function": "get_global_param_string",
|
||||
"arguments": [
|
||||
"'REFPROP_version'"
|
||||
]
|
||||
}
|
||||
],
|
||||
"EOL":True
|
||||
},
|
||||
{
|
||||
"type": "print",
|
||||
"arguments": [
|
||||
|
||||
Reference in New Issue
Block a user