Dear All,
I have a very basic question for you.
I got an illegal floating point operation executing an application (Abaqus) using a Fortran subroutine.
I wrote in my subroutine
<cite>
BB = -0.2447862
AA = 0.6734121
write (*,*) "BB,AA = ", BB,AA
write (*,*) "-0.2447862**0.6734121 =
* ",-0.2447862**0.6734121
write (*,*) "BB**AA = ", BB**AA
</cite>
and I got
<cite>
BB, AA = -0.244786270668933 0.673412181089838
-0.2447862**0.6734121 = -0.3876160
</cite>
and then illegal FPO message.
I`m a beginner in using Fortran language, and I know this is a very basic problem, but I would be very thankful to u if u could help me.
Thanks in advance.
Regards,
alorenzom
I have a very basic question for you.
I got an illegal floating point operation executing an application (Abaqus) using a Fortran subroutine.
I wrote in my subroutine
<cite>
BB = -0.2447862
AA = 0.6734121
write (*,*) "BB,AA = ", BB,AA
write (*,*) "-0.2447862**0.6734121 =
* ",-0.2447862**0.6734121
write (*,*) "BB**AA = ", BB**AA
</cite>
and I got
<cite>
BB, AA = -0.244786270668933 0.673412181089838
-0.2447862**0.6734121 = -0.3876160
</cite>
and then illegal FPO message.
I`m a beginner in using Fortran language, and I know this is a very basic problem, but I would be very thankful to u if u could help me.
Thanks in advance.
Regards,
alorenzom