diff options
Diffstat (limited to 'math/gambit/files/patch-library_src_matrix.cc')
-rw-r--r-- | math/gambit/files/patch-library_src_matrix.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/gambit/files/patch-library_src_matrix.cc b/math/gambit/files/patch-library_src_matrix.cc new file mode 100644 index 000000000000..57f331fd9a61 --- /dev/null +++ b/math/gambit/files/patch-library_src_matrix.cc @@ -0,0 +1,18 @@ +--- library/src/matrix.cc.orig 2018-12-01 16:51:25 UTC ++++ library/src/matrix.cc +@@ -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> &, |