HICUM2 rm unused macro M_PI

This commit is contained in:
dwarning 2020-11-12 22:27:32 +01:00
parent 2ce7748c3e
commit a400b08fa7
2 changed files with 0 additions and 6 deletions

View File

@ -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"

View File

@ -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>