Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11221928
libmanager.f90
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
698 B
Subscribers
None
libmanager.f90
View Options
! WHIZARD library manager
!
! This file handles the prebuilt process libraries
! (currently: empty)
subroutine
dispatch_prclib_static
(
driver
,
basename
,
modellibs_ldflags
)
use
iso_varying_string
,
string_t
=>
varying_string
use
prclib_interfaces
implicit none
class
(
prclib_driver_t
),
intent
(
inout
),
allocatable
::
driver
type
(
string_t
),
intent
(
in
)
::
basename
logical
,
intent
(
in
),
optional
::
modellibs_ldflags
end subroutine
dispatch_prclib_static
subroutine
get_prclib_static
(
libname
)
use
iso_varying_string
,
string_t
=>
varying_string
implicit none
type
(
string_t
),
dimension
(:),
intent
(
inout
),
allocatable
::
libname
allocate
(
libname
(
0
))
end subroutine
get_prclib_static
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 11:08 AM (23 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5000659
Default Alt Text
libmanager.f90 (698 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment