CoolProp 6.8.1dev
An open-source fluid property and humid air property database
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"