HICUM2 rm unused macro M_PI
This commit is contained in:
parent
2ce7748c3e
commit
a400b08fa7
|
|
@ -14,9 +14,6 @@ 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,9 +5,6 @@ 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