src/fmat.h: length and height
authorPaul Brossier <piem@piem.org>
Tue, 10 Jul 2012 22:30:32 +0000 (15:30 -0700)
committerPaul Brossier <piem@piem.org>
Tue, 10 Jul 2012 22:30:32 +0000 (15:30 -0700)
src/fmat.h

index 855b2ad8c9b5b6a72e132c9527f31c3fe16cafdb..9d21d3d6adeff8d20b060439b0baa1209282be2f 100644 (file)
@@ -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()