Both of the methods work well, but I'm sticking with the first one.
Now however I receive the error:
Function 'sind' has no IMPLICIT type
My guess is to fix this with:
real sind
Agree?
Hello everyone
I'm using gfortran on SUSE to compile my code and receive the following error:
yr_step = sign(1,delta_yr)
1
Error: 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a'
Here's my code...
Thank you.
I added 'real sind, cosd' which led to the following errors:
undefined reference to `sind_'
undefined reference to `cosd_'
In fact, I have this error in just about all of my programs. Is this due to a library or linking issue? How should I go about fixing this?
Hi all,
I'm in the process of debugging about 60 programs and could use a little help on this one before my brain is fried and fingers are cramped. I greatly appreciate your time. Thanks!
When I try to compile I receive the error:
In file dipole_tilt.f:30
% 19.3*cosd(3*al)
1...
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.