Fixed return type of design_matrix_get_case_count.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Oct 2008 02:10:50 +0000 (10:10 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 16 Oct 2008 02:10:50 +0000 (10:10 +0800)
commit9634731e62c6ec7ea9276fd8608606b8522b96ce
treef509a85d107506dbfe8691386a394d3e751ec4ee
parent18918bb7713dd3f7d0b0815d8372e8d454e2f2dc
Fixed return type of design_matrix_get_case_count.

design_matrix_get_case_count was declared as returning a void
but it tried to return a value.  Changed it to returning size_t
src/math/design-matrix.c
src/math/design-matrix.h