Hi NickFort
I did as you suggested and now my code looks like:
write (*,*) 'short_line: ', nstp, x, y, z, hemisphere
write (*,100) nstp,x,y,z,h,hemisphere
100 format ('short_trline: ',I5,5(E4.2))
I receive this error:
100 format ('short_trline: ',I5,5(E4.2))
1
Error: Unclassifiable...