@@ -17,13 +17,13 @@ extern "C"
1717 using namespace mg5amcCpu ;
1818#endif
1919
20- using FORTRANFPTYPE = double ;
20+ using FORTRANFPTYPE = double ;
2121
22- void fbridgecreate_ ( CppObjectInFortran** ppbridge, const int * pnevtF, const int * pnparF, const int * pnp4F );
22+ void fbridgecreate_ ( CppObjectInFortran** ppbridge, const int * pnevtF, const int * pnparF, const int * pnp4F );
2323
24- void fbridgedelete_ ( CppObjectInFortran** ppbridge );
24+ void fbridgedelete_ ( CppObjectInFortran** ppbridge );
2525
26- void fbridgesequence_ ( CppObjectInFortran** ppbridge,
26+ void fbridgesequence_ ( CppObjectInFortran** ppbridge,
2727 const FORTRANFPTYPE* momenta,
2828 const FORTRANFPTYPE* gs,
2929 const FORTRANFPTYPE* rndhel,
@@ -34,7 +34,7 @@ extern "C"
3434 int * selcol,
3535 const bool * pgoodHelOnly );
3636
37- void fbridgesequence_nomultichannel_ ( CppObjectInFortran** ppbridge,
37+ void fbridgesequence_nomultichannel_ ( CppObjectInFortran** ppbridge,
3838 const FORTRANFPTYPE* momenta,
3939 const FORTRANFPTYPE* gs,
4040 const FORTRANFPTYPE* rndhel,
@@ -44,7 +44,7 @@ extern "C"
4444 int * selcol,
4545 const bool * pgoodHelOnly );
4646
47- void fbridgegetngoodhel_ ( CppObjectInFortran** ppbridge,
47+ void fbridgegetngoodhel_ ( CppObjectInFortran** ppbridge,
4848 unsigned int * pngoodhel,
4949 unsigned int * pntothel );
5050
0 commit comments