Hi,
I have an input file for a fortran 77 program and since there are many lines and many constants to be given, it has become quite complicated to read.
I would like to add comments on this input file but I don't want him to read them, just jump over anything that is NAN, something like :
initial point: 3.0 0.0
end point: 3.0 0.8
stretch: 5.0E-5
angle: 90
Thanks,
Widukin
I have an input file for a fortran 77 program and since there are many lines and many constants to be given, it has become quite complicated to read.
I would like to add comments on this input file but I don't want him to read them, just jump over anything that is NAN, something like :
initial point: 3.0 0.0
end point: 3.0 0.8
stretch: 5.0E-5
angle: 90
Thanks,
Widukin