You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jeff Henning edited this page May 9, 2026
·
3 revisions
Please use spaces for indentation rather than tabs. This creates a consistent look in whatever editor the other developers are using and makes for cleaner presentation. Files can be inadvertently modified by editor/IDE default behavior; please, make sure your editor is set up to adhere to this rule.
Please follow the Google C++ Style Guide for consistent coding philosophy and structure.
One of the goals of CoolProp is to maintain backward compatibility with older compilers, needed to compile CoolProp for older versions of Python. This means, in general, that the C++11 language standard should be used in the IF97 header file as it is the latest standard supported by CoolProp.