This might sound simple to some of you, but what is the difference between a fixed format file and a free format file? Can they be mixed together in projects? If a subroutine is written in one format can it then be re-written in the other without making changes?
John
Can anyone help?
I am trying to recreate some arrays using a subroutine written by someone else. By using real*8 throughout the program I get one set of results, by changing the precision in the subroutine to real at certain functions I get a differnt array resulting. The array I want is the...