setsmdeveloper / SETSM

The Surface Extraction from TIN-based Searchspace Minimization (SETSM) software is a fully automatic algorithm for deriving Digital Terrain Models (DTM) from pairs of satellite imagery.
Apache License 2.0
65 stars 19 forks source link

isnan should be std::isnan #10

Open drzhouq opened 3 years ago

drzhouq commented 3 years ago

It seems that isnan function is not available due to both "math.h" and are included. Had to add std:: to all isnan function to have SETSM built. Please check