gnu: python-babel: Update to 2.7.0.
[guix.git] / gnu / packages / patches / fasthenry-spSolve.patch
blobbed36be0bd3f6ec47ee0a8cb6af8e08f25a20d14
1 Add forward declarations.
3 --- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig 2015-07-22 12:06:20.502771958 +0200
4 +++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c 2015-07-22 12:12:03.822798513 +0200
5 @@ -95,6 +95,7 @@
6 #include "spDefs.h"
9 +static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector );