#include "implicit_f.inc"
Go to the source code of this file.
◆ hm_debug_print_option()
| subroutine hm_debug_print_option |
( |
character*(*), intent(in) | option | ) |
|
Definition at line 32 of file hm_debug_print_option.F.
33
34
35
40
41
42
43#include "implicit_f.inc"
44
45
46
47
48 CHARACTER*(*),INTENT(IN)::OPTION
49
50
51
52 CHARACTER FILNAM*512
53 INTEGER I,LEN_FILNAM,CPT
54
55
56
57
58
59
60 filnam ='debug_hm.txt'
61 len_filnam=12
62 CALL cpp_debug_model_open_file(filnam,len_filnam)
63
64
65
68
69
70
71 DO i=1,cpt
72 CALL cpp_debug_global_entity_sdi_write()
73 ENDDO
74
75
76
77 CALL cpp_debug_model_close_file()
78
79 RETURN
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_option_start(entity_type)