OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
hm_read_stat.F File Reference
#include "implicit_f.inc"
#include "scr16_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine hm_read_stat ()

Function/Subroutine Documentation

◆ hm_read_stat()

subroutine hm_read_stat

Definition at line 28 of file hm_read_stat.F.

29C-----------------------------------------------
30C M o d u l e s
31C-----------------------------------------------
32 USE message_mod
33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40#include "scr16_c.inc"
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
44 INTEGER I
45C-----------------------------------------------
46C Initializations ../..
47C-----------------------------------------------
48 tstat0 = zero
49 dtstat0 = zero
50c
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
61C-----------------------------------------------
62C Read options ../..
63C-----------------------------------------------
64C Counters
65C-----------------------------------------------
66 nc_stat = 0
67 DO i = 1,mx_stat
68 nc_stat = nc_stat + stat_c(i)
69 ENDDO
70C
71 RETURN