mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 08:34:27 +08:00
@@ -45,7 +45,7 @@ const double ROUND_EPS = 1e-5;
|
||||
#else
|
||||
|
||||
#include <cmath>
|
||||
#define ISNAN isnan
|
||||
#define ISNAN std::isnan
|
||||
#define ISFINITE std::isfinite
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user