mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
13 lines
314 B
C++
13 lines
314 B
C++
--- library/src/linalg/lemketab.cc.orig 2018-12-01 17:13:48 UTC
|
|
+++ library/src/linalg/lemketab.cc
|
|
@@ -22,7 +22,9 @@
|
|
|
|
#include "gambit/linalg/lemketab.imp"
|
|
|
|
-using namespace Gambit::linalg;
|
|
+namespace Gambit::linalg {
|
|
|
|
template class LemkeTableau<double>;
|
|
template class LemkeTableau<Gambit::Rational>;
|
|
+
|
|
+}
|