#include "implicit_f.inc"
#include "scr16_c.inc"
Go to the source code of this file.
◆ hm_read_stat()
Definition at line 28 of file hm_read_stat.F.
29
30
31
33
34
35
36#include "implicit_f.inc"
37
38
39
40#include "scr16_c.inc"
41
42
43
44 INTEGER I
45
46
47
48 tstat0 = zero
49 dtstat0 = zero
50
51 DO i = 1,mx_stat
52 stat_n(i) = 0
53 stat_c(i) = 0
54 stat_s(i) = 0
55 stat_r(i) = 0
56 stat_p(i) = 0
57 stat_t(i) = 0
58 ENDDO
59 nstatprt=0
60 nstatall=0
61
62
63
64
65
66 nc_stat = 0
67 DO i = 1,mx_stat
68 nc_stat = nc_stat + stat_c(i)
69 ENDDO
70
71 RETURN