mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
17 lines
324 B
C++
17 lines
324 B
C++
--- library/src/linalg/lhtab.cc.orig 2018-12-01 17:29:54 UTC
|
|
+++ library/src/linalg/lhtab.cc
|
|
@@ -22,12 +22,11 @@
|
|
|
|
#include "gambit/linalg/lhtab.imp"
|
|
|
|
-using namespace Gambit;
|
|
-using namespace Gambit::linalg;
|
|
+namespace Gambit::linalg {
|
|
|
|
template class LHTableau<double>;
|
|
template class LHTableau<Rational>;
|
|
|
|
-
|
|
+}
|
|
|
|
|