Reply To: Compile error no executable created
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Compile error no executable created › Reply To: Compile error no executable created
June 8, 2020 at 11:07 am
#5023
robin.trunk
Participant
Dear bioluminescence,
M_PI is a constant with the value pi. It is defined in the math.h library. So you just have to add the line
#include<math.h>
Which version of OpenLB are you using? I cannot reproduce the error on version 1.3.1
Best regards
Robin
