thread214-1610541
Hello everyone
I'm using gfortran on SUSE to compile my code and receive the following error:
CODE
DELTAL = SIGN (.1,(GFIX-GAMFLT))
1
Error: 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a'
Here's my code attached where at 3509 line the error happens:
Hello everyone
I'm using gfortran on SUSE to compile my code and receive the following error:
CODE
DELTAL = SIGN (.1,(GFIX-GAMFLT))
1
Error: 'b' argument of 'sign' intrinsic at (1) must be the same type and kind as 'a'
Here's my code attached where at 3509 line the error happens: