mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Moved UpwindSelector out of anonymous namespace.
This commit is contained in:
parent
a301477655
commit
defae7b96d
@ -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 {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user