Merge pull request #226 from andlaus/move_valgrind_crs
move the infrastructure for valgrind client requests into the Opm namespace
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
#define OPM_VALGRIND_OPTIM_UNUSED OPM_UNUSED
|
||||
#endif
|
||||
|
||||
namespace Valgrind
|
||||
{
|
||||
namespace Opm {
|
||||
namespace Valgrind {
|
||||
/*!
|
||||
* \ingroup Valgrind
|
||||
* \brief Returns whether the program is running under Valgrind or not.
|
||||
@@ -306,6 +306,6 @@ inline void SetNoAccess(const T *value OPM_VALGRIND_OPTIM_UNUSED, int size OPM_V
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace Valgrind
|
||||
}} // namespace Valgrind, Opm
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user