Screamer Project  V3.3.1
Screamer Structure
 All Files Functions Variables
showeof.f
Go to the documentation of this file.
1  subroutine show_end_of_file (nlines, numerr)
2 c
3 c Define passed variables
4 c
5  integer nlines, numerr
6 c
7 c Prints a message telling that an end of file was found when more input
8 c was expected.
9 c
10  5 format ('0', 'Error, end-of-file encountered after line ', i3,
11  & '. More input lines were expected!')
12  write(9,5) nlines
13  numerr = numerr + 1
14 c
15  return
16  end
c *****************************************************************************c Various format statements for read_screamer_data output c To get these into made format to be characters c for each line corrected spelling errors in format added statement for Zflow Plasma Loss Model added format for CSV output type fixed more lines longer than characters added format for Measure Zflow Block and forward c reverse current directions in Zflow plasma loss c and Zflow POS models added format for SFC output type c removed from all code calls c c c c c a80 c i10 c No grids on plots c Do not write files containing the plotted points c Execute only one cycle c Do not echo the setup parameters and indicies c i3
Definition: zdemfmt.h:36
subroutine show_end_of_file(nlines, numerr)
Definition: showeof.f:1