| # | Line 43 | Line 43 | |
|---|---|---|
| 43 | #include "applications/staticProps/SpatialStatistics.hpp" | |
| 44 | #include "io/DumpReader.hpp" | |
| 45 | #include "primitives/Molecule.hpp" | |
| 46 | + | #ifdef _MSC_VER | 
| 47 | + | #define isnan(x) _isnan((x)) | 
| 48 | + | #define isinf(x) (!_finite(x) && !_isnan(x)) | 
| 49 | + | #endif | 
| 50 | ||
| 51 | namespace OpenMD { | |
| 52 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |