summary refs log tree commit diff
path: root/pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch')
-rw-r--r--pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch b/pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch
deleted file mode 100644
index ec8571a7d71..00000000000
--- a/pkgs/development/libraries/linbox/patches/linbox-pr256-part2.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/linbox/algorithms/det-rational.h
-+++ b/linbox/algorithms/det-rational.h
-@@ -79,8 +79,8 @@
- 	struct MyRationalModularDet {
- 		const Blackbox &A;
- 		const MyMethod &M;
--		const Integer &mul;//multiplicative prec;
--		const Integer ÷
-+		Integer mul;//multiplicative prec;
-+		Integer div;
- 
- 		MyRationalModularDet(const Blackbox& b, const MyMethod& n,
- 				     const Integer & p1, const Integer & p2) :