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...
I must write a C++ procedure callable from Fortran
which set 2D array input argument.I have written a version in Fortran and I get correct results.I have written my c++ procedure and I get a terrible outcome: in particular If I print array values, they are correct, but subsequently run is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.