Moved UpwindSelector out of anonymous namespace.

This commit is contained in:
Atgeirr Flø Rasmussen 2013-05-21 09:28:54 +02:00
parent a301477655
commit defae7b96d

View File

@ -100,8 +100,8 @@ struct HelperOps
#include <cstdio> #include <cstdio>
#endif // !defined(NDEBUG) #endif // !defined(NDEBUG)
namespace {
#if !defined(NDEBUG) #if !defined(NDEBUG)
namespace {
void void
printSparseMatrix(const Eigen::SparseMatrix<double>& A, printSparseMatrix(const Eigen::SparseMatrix<double>& A,
std::FILE* fp) std::FILE* fp)
@ -134,6 +134,7 @@ namespace {
std::fclose(fp); std::fclose(fp);
} }
} // anonymous namespace
#endif // !defined(NDEBUG) #endif // !defined(NDEBUG)
@ -209,7 +210,8 @@ namespace {
private: private:
typename ADB::M select_; typename ADB::M select_;
}; };
}
namespace { namespace {