Skip to content
Snippets Groups Projects
Commit cf21a627 authored by dkeppel's avatar dkeppel
Browse files

Changing not_gsl_matrix_transpose() to return an int for error checking

parent 14608393
No related branches found
No related tags found
No related merge requests found
......@@ -69,5 +69,5 @@ int not_gsl_matrix_chop(gsl_matrix **M, size_t m, size_t n);
int not_gsl_vector_chop(gsl_vector **V, size_t m);
void not_gsl_matrix_transpose(gsl_matrix **m);
int not_gsl_matrix_transpose(gsl_matrix **m);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment