aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/utils.c')
-rw-r--r--libcrystfel/src/utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c
index af0abedc..461da0cd 100644
--- a/libcrystfel/src/utils.c
+++ b/libcrystfel/src/utils.c
@@ -156,10 +156,10 @@ static int check_eigen(gsl_vector *e_val, int verbose)
/**
* solve_svd:
- * v: a gsl_vector
- * M: a gsl_matrix
- * n_filt: pointer to store the number of filtered eigenvalues
- * verbose: flag for verbosity on the terminal
+ * @v: a gsl_vector
+ * @M: a gsl_matrix
+ * @n_filt: pointer to store the number of filtered eigenvalues
+ * @verbose: flag for verbosity on the terminal
*
* Solves the matrix equation M.x = v, returning x.
* Performs rescaling and eigenvalue filtering.