/* * ListFunctions.f: * * Program that lists the APFEL functions. */ #include #include #include #include #include "APFEL/APFEL.h" using namespace std; int main() { APFEL::CheckAPFEL(); return 0; }