Skip to content
Snippets Groups Projects
Commit f39834f5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

MSVC won't let us use 1/0

parent 57c33d88
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ x_heavs(double x) //, double eps)
#endif
#if !defined(NAN)
#define NAN (1./0.)
#define NAN 1.100
#endif
double
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment