mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-17 01:48:06 -05:00
12 lines
253 B
C++
12 lines
253 B
C++
#ifndef SPEEDTEST_H
|
|
#define SPEEDTEST_H
|
|
|
|
#include <string>
|
|
|
|
namespace CoolProp{
|
|
|
|
void compare_REFPROP_and_CoolProp(std::string fluid, int inputs, double val1, double val2, std::size_t N, double d1 = 0, double d2 = 0);
|
|
|
|
} /* namespace CoolProp */
|
|
|
|
#endif |