aboutsummaryrefslogtreecommitdiff
path: root/math/gambit/files/patch-src_libgambit_matrix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'math/gambit/files/patch-src_libgambit_matrix.cc')
-rw-r--r--math/gambit/files/patch-src_libgambit_matrix.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/gambit/files/patch-src_libgambit_matrix.cc b/math/gambit/files/patch-src_libgambit_matrix.cc
new file mode 100644
index 000000000000..8139197f2499
--- /dev/null
+++ b/math/gambit/files/patch-src_libgambit_matrix.cc
@@ -0,0 +1,18 @@
+--- src/libgambit/matrix.cc.orig 2014-06-06 16:33:54.000000000 +0400
++++ src/libgambit/matrix.cc 2015-04-13 21:39:08.802909000 +0300
+@@ -25,11 +25,15 @@
+
+ using namespace Gambit;
+
++namespace Gambit {
++
+ template class Matrix<double>;
+ template class Matrix<Rational>;
+ template class Matrix<Integer>;
+ template class Matrix<int>;
+
++}
++
+ template Vector<double> Gambit::operator*(const Vector<double> &,
+ const Matrix<double> &);
+ template Vector<Rational> Gambit::operator*(const Vector<Rational> &,