summaryrefslogtreecommitdiff
path: root/common/mat33.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mat33.c')
-rw-r--r--common/mat33.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mat33.c b/common/mat33.c
index 8317ee8a97..17938c0c4f 100644
--- a/common/mat33.c
+++ b/common/mat33.c
@@ -55,7 +55,7 @@ void mat33_swap_rows(mat33_t A, const size_t i, const size_t j)
* The i-th eigenvalue corresponds to the eigenvector in the i-th _row_ of
* "eigenvecs".
*/
-void mat33_get_eigenbasis(mat33_t S, vec3_t e_vals, mat33_t e_vecs)
+void mat33_get_eigenbasis(mat33_t S, floatv3_t e_vals, mat33_t e_vecs)
{
const size_t N = 3;
size3_t ind;