Skip to content

Commit b39b16a

Browse files
authored
Update README.md
1 parent 5f42e18 commit b39b16a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export CEPGEN_INCLUDE_DIR=<path/to/cepgen/sources>
2020

2121
In this example, the `dummy_process` Fortran double-precision typed function is built from the `*.f` source files (here, only [dummy_process.f](dummy_process.f), and registered using the [ProcessesWrapper.cpp](ProcessesWrapper.cpp) file.
2222
This latter acts as a link between the CepGen runtime environment and this new process definition.
23-
Two functions are respectively declaring the main matrix element, and registering it into the runtime database.
24-
* `DECLARE_FORTRAN_FUNCTION( dummy_process )` takes the F77 name of the function as an argument.
23+
24+
In this file, two functions are respectively declaring the main matrix element, and registering it into the runtime database:
25+
* `DECLARE_FORTRAN_FUNCTION( dummy_process )` takes the F77 name of the function as an argument ;
2526
* `REGISTER_FORTRAN_PROCESS( dummy, "A dummy Fortran process", dummy_process )` links this function to a new CepGen process named `dummy`, described with the second argument.

0 commit comments

Comments
 (0)