Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8724449
mcfmQQ_pdf.cxx
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
493 B
Subscribers
None
mcfmQQ_pdf.cxx
View Options
#include
"appl_grid/appl_pdf.h"
#include
"mcfmQQ_pdf.h"
// fortran callable wrapper
extern
"C"
void
fmcfmBB_pdf__
(
const
double
*
fA
,
const
double
*
fB
,
double
*
H
)
{
static
mcfmBB_pdf
pdf
;
pdf
.
evaluate
(
fA
,
fB
,
H
);
}
extern
"C"
void
fmcfmCC_pdf__
(
const
double
*
fA
,
const
double
*
fB
,
double
*
H
)
{
static
mcfmCC_pdf
pdf
;
pdf
.
evaluate
(
fA
,
fB
,
H
);
}
extern
"C"
void
fmcfmTT_pdf__
(
const
double
*
fA
,
const
double
*
fB
,
double
*
H
)
{
static
mcfmTT_pdf
pdf
;
pdf
.
evaluate
(
fA
,
fB
,
H
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Jan 20, 11:31 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4242867
Default Alt Text
mcfmQQ_pdf.cxx (493 B)
Attached To
rAPPLGRIDSVN applgridsvn
Event Timeline
Log In to Comment