File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 5
5
#include " CepGen/Process/FortranFactorisedProcess.h"
6
6
// =============================================================================
7
7
8
- // =============================================================================
9
- // LIST ALL FORTRAN FUNCTIONS
10
- // usage:
11
- // DECLARE_FORTRAN_FUNCTION( function_name );
12
- // with the Fortran function name written in lowercase (NO trailing '_')
13
- // =============================================================================
14
-
15
- DECLARE_FORTRAN_FUNCTION (dummy_process);
16
-
17
8
// =============================================================================
18
9
// MAP name -> Fortran matrix element evaluation function
19
10
// usage:
20
- // REGISTER_FORTRAN_PROCESS( name, "description", function_name );
11
+ // REGISTER_FORTRAN_PROCESS(name, "description", function_name);
12
+ // with the Fortran function name written in lowercase (NO trailing '_')
21
13
// =============================================================================
22
14
23
15
REGISTER_FORTRAN_PROCESS (dummy, " A dummy Fortran process" , dummy_process);
You can’t perform that action at this time.
0 commit comments