2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | opendatafile (iunit, fname) |
subroutine opendatafile | ( | integer | iunit, |
character(len=*) | fname | ||
) |
iunit | Open the file fname and determine how many leading lines are comments. Then rewind and skip over the comment lines so that the file is ready for reading data from. |
All comment lines must start with # in the first column.
Definition at line 3 of file opendatafile.f.
Referenced by amr2(), gauges_module::set_gauges(), regions_module::set_regions(), and setgauges().