10#ifndef MUELU_DISABLEMULTIPLECALLCHECK_HPP
11#define MUELU_DISABLEMULTIPLECALLCHECK_HPP
13#include <Teuchos_RCP.hpp>
23 :
fact_(fact) {
fact_->DisableMultipleCallCheck(); }
27 const RCP<const TwoLevelFactoryBase>
fact_;
An exception safe way to call the method TwoLevelFactoryBase::DisableMultipleCallCheck.
const RCP< const TwoLevelFactoryBase > fact_
DisableMultipleCallCheck(const RCP< const TwoLevelFactoryBase > &fact)
~DisableMultipleCallCheck()
Namespace for MueLu classes and methods.