00001 #ifndef MLAPI_DEFAULTS_H 00002 #define MLAPI_DEFAULTS_H 00003 00013 /* ******************************************************************** */ 00014 /* See the file COPYRIGHT for a complete copyright notice, contact */ 00015 /* person and disclaimer. */ 00016 /* ******************************************************************** */ 00017 00018 #include "MLAPI_Error.h" 00019 #include "Teuchos_ParameterList.hpp" 00020 00021 namespace MLAPI 00022 { 00023 00024 // ====================================================================== 00026 // ====================================================================== 00027 00028 void SetDefaults(Teuchos::ParameterList& List); 00029 00030 } // namespace MLAPI 00031 00032 #endif // MLAPI_DEFAULTS_H