We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81c7ed commit 26714cfCopy full SHA for 26714cf
cpp/patchworkpp/include/patchwork/patchworkpp.h
@@ -1,6 +1,10 @@
1
#ifndef PATCHWORKPP_H
2
#define PATCHWORKPP_H
3
4
+#ifndef M_PI
5
+#define M_PI 3.14159265358979323846
6
+#endif
7
+
8
#include <iostream>
9
#include <vector>
10
#include <Eigen/Dense>
0 commit comments