Skip to content
Snippets Groups Projects
Commit 3fd8a411 authored by James Willis's avatar James Willis
Browse files

Fix doxygen error.

parent 9e4ad79c
No related branches found
No related tags found
1 merge request!296Fix doxygen error.
...@@ -150,6 +150,9 @@ void write_header(char *fileName) { ...@@ -150,6 +150,9 @@ void write_header(char *fileName) {
* *
* @param parts Particle array to be interacted * @param parts Particle array to be interacted
* @param count No. of particles to be interacted * @param count No. of particles to be interacted
* @param serial_inter_func Function pointer to serial interaction function
* @param vec_inter_func Function pointer to vectorised interaction function
* @param filePrefix Prefix of output files
* *
*/ */
void test_interactions(struct part *parts, int count, void test_interactions(struct part *parts, int count,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment