CoolProp  6.6.0
An open-source fluid property and humid air property database
SpeedTest.h
Go to the documentation of this file.
1 #ifndef SPEEDTEST_H
2 #define SPEEDTEST_H
3 
4 #include <string>
5 
6 namespace CoolProp {
7 
8 void compare_REFPROP_and_CoolProp(const std::string& fluid, int inputs, double val1, double val2, std::size_t N, double d1 = 0, double d2 = 0);
9 
10 } /* namespace CoolProp */
11 
12 #endif