Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222407
stdxrinit.f
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
560 B
Subscribers
None
stdxrinit.f
View Options
subroutine
stdxrinit
(
filename
,
ntries
,
istream
,
lok
)
c
c
initialize
xdr
reading
c
implicit none
include
"mcfio.inc"
include
"stdlun.inc"
integer
istream
,
lok
,
ntries
character
*
(
*
)
filename
logical
lfirst
data
lfirst
/
.
TRUE
.
/
save
lfirst
c
c
Initialization
phase
.
c
C
...
print
version
number
if
this
is
the
first
call
if
(
lfirst
)
then
call
stdversn
lfirst
=
.
FALSE
.
endif
lok
=
0
call
mcfio_init
()
call
stdxropen
(
filename
,
ntries
,
istream
,
lok
)
return
end
File Metadata
Details
Attached
Mime Type
text/x-fortran
Expires
Wed, May 14, 11:51 AM (4 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5110725
Default Alt Text
stdxrinit.f (560 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment