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