From 2a6b85739de7b0726e0724f4f120fb80799ec0c9 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 10 Mar 2001 19:46:38 +0000 Subject: Add mtrxmath 0.9.3, a small tool for matrix mathemetics. PR: 24202 Submitted by: George Reid --- math/mtrxmath/files/patch-mtrxmath.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/mtrxmath/files/patch-mtrxmath.c (limited to 'math/mtrxmath/files/patch-mtrxmath.c') diff --git a/math/mtrxmath/files/patch-mtrxmath.c b/math/mtrxmath/files/patch-mtrxmath.c new file mode 100644 index 000000000000..d3533f877408 --- /dev/null +++ b/math/mtrxmath/files/patch-mtrxmath.c @@ -0,0 +1,11 @@ +--- mtrxmath.c.orig Tue Jan 9 20:44:12 2001 ++++ mtrxmath.c Tue Jan 9 20:44:00 2001 +@@ -102,7 +102,7 @@ + exit(0); + } + if (cmdopt==INVERT) { +- final == inverse(foo); ++ final = inverse(foo); + show_matrix(final); + exit(0); + } -- cgit v1.2.3