Skip to content

Reply To: Compile error no executable created

#5101
ThomasB
Participant

Re,

I checked the file “blockLatticeLocalF3D.hh” : at the beginning of the file, there are the following includes
#include<cmath>
#include<math.h>

so math.h is already include 🙁

to avoid the crash, i added the following line const double M_PI = 3.14159265359; in file “blockLatticeLocalF3D.hh” just before the use of M_Pi