openModeller  Version 1.5.0
GenericBestSubsets.hh
Go to the documentation of this file.
1 
31 #ifndef _GENERIC_BEST_SUBSETS_HH_
32 #define _GENERIC_BEST_SUBSETS_HH_
33 
34 #include <openmodeller/om.hh>
35 
36 #include "AbstractBestSubsets.hh"
37 
38 
40 {
41 public:
43  virtual ~GenericBestSubsets();
44 
45 private:
46 };
47 
48 
49 #endif
50