revert: HICUM2 rm unused macro M_PI
This commit is contained in:
parent
a400b08fa7
commit
8afd608795
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue