25 #ifndef GRINS_FACTORY_WITH_GETPOT_H
26 #define GRINS_FACTORY_WITH_GETPOT_H
32 #include "libmesh/getpot.h"
37 template<
typename Base>
61 #endif // GRINS_FACTORY_WITH_GETPOT_H
FactoryWithGetPot(const std::string &name)
static void set_getpot(const GetPot &input)
static const GetPot * _input
We store only a raw pointer here because we can't make a copy.
Abstract factory that provides availability of GetPot.