From 4435ea6e919e6ac5eb914be6d2c633e60ecd7b4b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 10 Jul 2012 15:30:32 -0700 Subject: [PATCH] src/fmat.h: length and height --- src/fmat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fmat.h b/src/fmat.h index 855b2ad8..9d21d3d6 100644 --- a/src/fmat.h +++ b/src/fmat.h @@ -43,11 +43,11 @@ typedef struct { /** fmat_t buffer creation function - \param length the length of the buffer to create - \param channels the number of channels in the buffer + \param length the length of the matrix to create + \param height the height of the matrix to create */ -fmat_t * new_fmat(uint_t length, uint_t channels); +fmat_t * new_fmat(uint_t length, uint_t height); /** fmat_t buffer deletion function \param s buffer to delete as returned by new_fmat() -- 2.26.2