You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/gerris/files/gerris-20130531-lis-matrix-...

12 lines
265 B

--- a/modules/lis.c
+++ b/modules/lis.c
@@ -45,7 +45,7 @@
g_array_index (stencil->coeff, double, j),
A);
}
- lis_matrix_set_type (A, LIS_MATRIX_CRS);
+ lis_matrix_set_type (A, LIS_MATRIX_CSR);
lis_matrix_assemble (A);
LIS_VECTOR b, x;