47 #ifndef MUELU_ML2MUELUPARAMETERTRANSLATOR_HPP
48 #define MUELU_ML2MUELUPARAMETERTRANSLATOR_HPP
53 #include <Teuchos_ParameterList.hpp>
54 #include <Teuchos_XMLParameterListCoreHelpers.hpp>
97 Teuchos::RCP<Teuchos::ParameterList> paramList = Teuchos::getParametersFromXmlFile(xmlFileName);
131 s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun<int, int>(std::isspace))));
137 s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun<int, int>(std::isspace))).base(), s.end());