SundanceParamUtils.hpp
Go to the documentation of this file.
00001 /* @HEADER@ */
00002 /* @HEADER@ */
00003 
00004 #ifndef SUNDANCE_PARAMUTILS_H
00005 #define SUNDANCE_PARAMUTILS_H
00006 
00007 #include "SundanceDefs.hpp"
00008 #include "Teuchos_ParameterList.hpp"
00009 #include "Teuchos_RefCountPtr.hpp"
00010 
00011 
00012 namespace Sundance
00013 {
00014 Teuchos::ParameterList mergeParamLists(
00015   const Teuchos::ParameterList& pDefault, 
00016   const Teuchos::ParameterList& pIn);
00017 }
00018 
00019 #endif

Site Contact