libsim
Versione6.3.0
vol7d_class
dat_display
dat_vect_display
integeranavol
move_datac
move_datar
realanavol
to_char_dat
v7d_rounding
vol7d_alloc
vol7d_alloc_vol
vol7d_ana_a
vol7d_ana_d
vol7d_append
vol7d_attr_a
vol7d_attr_d
vol7d_c_e
vol7d_check
vol7d_check_vol
vol7d_convr
vol7d_copy
vol7d_delete
vol7d_diff_only
vol7d_display
vol7d_get_volanaattrb
vol7d_get_volanaattrc
vol7d_get_volanaattrd
vol7d_get_volanaattri
vol7d_get_volanaattrr
vol7d_get_volanab
vol7d_get_volanac
vol7d_get_volanad
vol7d_get_volanai
vol7d_get_volanar
vol7d_get_voldatiattrb
vol7d_get_voldatiattrc
vol7d_get_voldatiattrd
vol7d_get_voldatiattri
vol7d_get_voldatiattrr
vol7d_get_voldatib
vol7d_get_voldatic
vol7d_get_voldatid
vol7d_get_voldatii
vol7d_get_voldatir
vol7d_init
vol7d_level_d
vol7d_merge
vol7d_network_a
vol7d_network_d
vol7d_read_from_file
vol7d_reform
vol7d_set_attr_ind
vol7d_smart_sort
vol7d_time_d
vol7d_timerange_d
vol7d_var_a
vol7d_var_d
vol7d_write_on_file
◆
dat_vect_display()
subroutine, private vol7d_class::dat_vect_display
(
type(
vol7d_var
), dimension(:), intent(in)
this
,
integer, dimension(:)
idat
,
real, dimension(:)
rdat
,
double precision, dimension(:)
ddat
,
integer(kind=int_b), dimension(:)
bdat
,
character(len=*), dimension(:)
cdat
)
private
stampa a video una sintesi del contenuto
Parametri
[in]
this
oggetto da visualizzare
rdat
real
ddat
double precision
idat
integer
bdat
byte
cdat
character
Definizione alla linea
924
del file
vol7d_class.F90
.
924
IF
(linit)
THEN
925
DO
i = 1, ntimerange
926
CALL
init
(this%timerange(i))
927
ENDDO
928
ENDIF
929
ENDIF
930
ENDIF
931
IF
(
PRESENT
(nnetwork))
THEN
932
IF
(nnetwork >= 0)
THEN
933
IF
(
ASSOCIATED
(this%network))
DEALLOCATE
(this%network)
934
ALLOCATE
(this%network(nnetwork))
935
IF
(linit)
THEN
936
DO
i = 1, nnetwork
937
CALL
init
(this%network(i))
938
ENDDO
939
ENDIF
940
ENDIF
941
ENDIF
942
! Dimensioni dei tipi delle variabili
datetime_class::init
Costruttori per le classi datetime e timedelta.
Definition:
datetime_class.F90:336
Generated with
Doxygen
.