00001 #ifndef IFPACK_VALIDPARAMETERS_H 00002 #define IFPACK_VALIDPARAMETERS_H 00003 00004 #include "Ifpack_ConfigDefs.h" 00005 #ifdef HAVE_IFPACK_TEUCHOS 00006 #include "Teuchos_ParameterList.hpp" 00007 00009 Teuchos::ParameterList Ifpack_GetValidParameters(); 00010 00011 #endif 00012 #endif
1.3.9.1