Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879514
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1007 B
Subscribers
None
View Options
Index: trunk/src/prebuilt/libmanager.f90
===================================================================
--- trunk/src/prebuilt/libmanager.f90 (revision 5833)
+++ trunk/src/prebuilt/libmanager.f90 (revision 5834)
@@ -1,19 +1,20 @@
! WHIZARD library manager
!
! This file handles the prebuilt process libraries
! (currently: empty)
-subroutine dispatch_prclib_static (driver, basename)
+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/x-diff
Expires
Tue, Nov 19, 8:34 PM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3806062
Default Alt Text
(1007 B)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment