Screamer Project  V3.3.1
Screamer Structure
 All Files Functions Variables
prtbadln.f
Go to the documentation of this file.
1  subroutine print_bad_line (currline, nlines, numerr)
2 c
3 c define passed variables
4 c
5  character currline*(*)
6  integer nlines, numerr
7 c
8 c Echoes an input line if there was an error detected in it.
9 c
10  numerr = numerr + 1
11  write(9,6) nlines, currline
12  6 format ('0', '### ERROR ### in line ', i3, '. \\', a80)
13 
14  return
15  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 print_bad_line(currline, nlines, numerr)
Definition: prtbadln.f:1