Skip to content

ThomasB

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Compile error no executable created #5103
    ThomasB
    Participant

    Hi,

    the issue is not solved with this solution 🙁

    if you want to try another solution, i can do it 😉

    in 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

    in reply to: Compile error no executable created #5100
    ThomasB
    Participant

    Hi Robin,

    I have the same problem : M_PI not defined 🙁
    I am using 1.3r1 (with cygwin64 on windows10)

    where do i have to add the line #include <math.h> ?

    thank you
    BR
    Thomas

Viewing 3 posts - 1 through 3 (of 3 total)