ports/science/getdp/files/patch-src_kernel_LinAlg__SPARSKIT.cpp
Stephen Montgomery-Smith 404309f7d1 science/getdp: Updat to 3.6.0.
Also include patch that maintainer will push upstream.
2024-03-11 14:32:08 -05:00

12 lines
392 B
C++

--- src/kernel/LinAlg_SPARSKIT.cpp.orig 2024-03-08 06:48:58 UTC
+++ src/kernel/LinAlg_SPARSKIT.cpp
@@ -117,7 +117,7 @@ void LinAlg_CreateVector(gVector *V, gSolver *Solver,
V->N = n;
}
-void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m)
+void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m, bool silent)
{
init_matrix(n, &M->M, &Solver->Params);
}