Skip to content

Commit 6f0e365

Browse files
committed
Using new CepGen fortran functions declaration API
1 parent 253190e commit 6f0e365

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

ProcessesWrapper.cpp

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,11 @@
55
#include "CepGen/Process/FortranFactorisedProcess.h"
66
//=============================================================================
77

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-
178
//=============================================================================
189
// MAP name -> Fortran matrix element evaluation function
1910
// 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 '_')
2113
//=============================================================================
2214

2315
REGISTER_FORTRAN_PROCESS(dummy, "A dummy Fortran process", dummy_process);

0 commit comments

Comments
 (0)