Skip to content

Commit

Permalink
comment on todo..
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Samith Bysani committed Jan 14, 2009
1 parent c76d823 commit 76cef00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/matrix-mult-module.c
Expand Up @@ -147,6 +147,8 @@ static void matrix_set_dimensions(matrix *mat, int width, int height) {
if (mat->matrix != NULL)
g_free(mat->matrix);

/* TODO: READ IN ACTUAL INFORMATION NOW */

mat->matrix = g_malloc0(height * sizeof(double*));
}

Expand Down

0 comments on commit 76cef00

Please sign in to comment.