Solved! Being relatively new to Macs as well, I didn't know mobcal was reading from empty files in the user directory instead of the folder I was using. Simple thing but the fact it resembled a line break problem had me fuzzled.
Thanks for the quick reply!
Alas I'm now getting errors on the read line below. So I've now got code like
open(20,file='mobcal.run', status='old')
read(20,'(a30)') a10A1
read(20,'(a30)')
read(20,*) i2
close (20)
and an error like this in g77:
fmt: end of file...
Hey guys,
Seriously new to fortran here. I'm using Mac OS X 10.6 and gfortran (also tried out g77 to see if there were any differences). I've been asked by my professor to compile the program "mobcal": http://www.indiana.edu/~nano/Software.html
but I'm having some difficulty doing so. The...
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.