Fortran SFF API to data I/O streams in C++
◆
sff_GetStation()
subroutine sff_GetStation
(
character
wid2line
,
character, dimension(*)
sta
)
Definition at line
64
of file
fapid_sff_getwid2values.f
.
64
c
65
c extract station name (a5)
66
c
67
character
wid2line*132, sta*(*)
68
cE
69
character
wid2decoded*132
70
c
71
call
sff_helper_decode_wid2(wid2line, wid2decoded)
72
sta = wid2decoded(30:34)
73
return
fapid_sff_getwid2values.f
Generated on Mon Aug 21 2023 17:36:28 for Fortran SFF API to data I/O streams in C++ by
1.8.14