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-mathematics/gfan/files/gfan-0.4-gcc45.patch

12 lines
265 B

--- linalg.cpp
+++ linalg.cpp
@@ -525,7 +525,7 @@
}
-FieldMatrix::FieldMatrix FieldMatrix::solver()const
+FieldMatrix FieldMatrix::solver()const
{
FieldMatrix ret=combineOnTop(*this,theField.zHomomorphism(-1)*identity(theField,getWidth())).transposed();