增加了M_PI的定义
This commit is contained in:
parent
f04aee4bdf
commit
266fd79e15
@ -7,6 +7,11 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#endif // __WIN32
|
#endif // __WIN32
|
||||||
|
|
||||||
|
#ifndef M_PI
|
||||||
|
#define M_PI 3.141592654
|
||||||
|
#endif // !M_PI
|
||||||
|
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
SVzNL3DRangeD sg_getScanDataROI(
|
SVzNL3DRangeD sg_getScanDataROI(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user