mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
M_PI was redefined in extensions/common/shared.hpp
This commit is contained in:
parent
d6b51b2138
commit
4ad124d1fe
@ -5,7 +5,6 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <random>
|
#include <random>
|
||||||
|
|
||||||
#define M_PI 3.14159265358979323846f
|
|
||||||
#define GRAVITY 9.80665f
|
#define GRAVITY 9.80665f
|
||||||
#define ABSOLUTE_ZERO_IN_CELSIUS -273.15f
|
#define ABSOLUTE_ZERO_IN_CELSIUS -273.15f
|
||||||
#define KELVIN(t) (t - ABSOLUTE_ZERO_IN_CELSIUS)
|
#define KELVIN(t) (t - ABSOLUTE_ZERO_IN_CELSIUS)
|
||||||
|
Loading…
Reference in New Issue
Block a user