00001 // 00002 // Pibero Djawotho <pibero@comp.tamu.edu> 00003 // Texas A&M University Cyclotron Institute 00004 // 14 Mar 2009 00005 // 00006 00007 #ifndef DSM_ALGO_LD301_2009_HH 00008 #define DSM_ALGO_LD301_2009_HH 00009 00010 #include "DSMAlgo.hh" 00011 00012 class DSM; 00013 00014 struct DSMAlgo_LD301_2009 : public DSMAlgo { 00015 void operator()(DSM& dsm); 00016 }; 00017 00018 #endif // DSM_ALGO_LD301_2009_HH
1.5.9