CoolProp
6.6.1dev
An open-source fluid property and humid air property database
src
Backends
Helmholtz
HelmholtzEOSBackend.cpp
Go to the documentation of this file.
1
/*
2
* AbstractBackend.cpp
3
*
4
* Created on: 20 Dec 2013
5
* Author: jowr
6
*/
7
8
#if defined(_MSC_VER)
9
# define _CRTDBG_MAP_ALLOC
10
# ifndef _CRT_SECURE_NO_WARNINGS
11
# define _CRT_SECURE_NO_WARNINGS
12
# endif
13
# include <crtdbg.h>
14
# include <sys/stat.h>
15
#else
16
# include <sys/stat.h>
17
#endif
18
19
#include <string>
20
21
#include "
HelmholtzEOSBackend.h
"
Generated on Fri Oct 4 2024 09:06:32 for CoolProp by
1.9.1