Go to the documentation of this file.
19 write(
unit,3000) text(1:1)
29 write(
unit,1000) text,
n,
x(1)*a
34 if (dx.lt.dxmin) dxmin=dx
38 if(mod(
n,6).eq.1)
then
39 write(
unit,1000) text,
n,
x(i1)*a
40 write(
unit,2000) (
x(
i)*a,
i=i2,in,id)
42 write(
unit,1000) text,
n
43 write(
unit,2000) (
x(
i)*a,
i=i1,in,id)
47 1000
format(a4,2
x,i4,
' LEVELS',43
x,f12.2)
51 3000
format(
'FORMAT ',a1,
'REV')