revert: HICUM2 rm unused macro M_PI

This commit is contained in:
dwarning 2020-11-13 20:13:49 +01:00
parent a400b08fa7
commit 8afd608795
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@ Model Author : 1990 Michael Schröter TU Dresden
*/
#include <cmath>
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif
#include "duals/dual"
#include "hicumL2.hpp"
#include "hicumL2temp.hpp"

View File

@ -5,6 +5,9 @@ Model Author : 1990 Michael Schröter TU Dresden
**********/
#include <cmath>
#ifndef M_PI
#define M_PI 3.1415926535897932384626433832795
#endif
#include "duals/dual"
#include "hicumL2.hpp"
#include <functional>