Remove a define that might not be required for compilations in other scnearios outside of C99 restrictions to minimize Pull Request modifications.

This commit is contained in:
mcsauder 2016-03-05 02:17:55 -07:00
parent 115c87a0ea
commit 6a61f9ba77
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
#include <Eigen/Dense>
#include <algorithm>
#define M_PI_F 3.14159265358979323846f
#define constexpr
namespace math
{