00001 #include "FastShowerUtils/DummyFn.h" 00002 #include "FastShowerUtils/PolyArgs.h" 00003 namespace FastShower{ 00004 00005 double Dummy0::value(const PolyArgs&) const {return 0.;} 00006 // 00007 IFn* Dummy0::clone() const {return new Dummy0();} 00008 00010 00011 double Dummy1::value(const PolyArgs&) const {return 1.;} 00012 // 00013 IFn* Dummy1::clone() const {return new Dummy1();} 00014 00016 } 00017 00018