Skip to content

Commit

Permalink
Fix typo in use of GERG in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed Apr 6, 2016
1 parent 2d9f976 commit 2abcb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/coolprop/REFPROP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ If you want to use the GERG-2008 model, you can do this at the beginning of your

In [0]: import CoolProp.CoolProp as CP

In [1]: CP.get_global_param_string(CP.REFPROP_USE_GERG, True)
In [1]: CP.set_config_bool(CP.REFPROP_USE_GERG, True)

Subsquently, all calculations will be done with the simplified EOS from the GERG-2008 model

0 comments on commit 2abcb60

Please sign in to comment.