#ifndef __RMOL_EMSR_HPP
#define __RMOL_EMSR_HPP
// //////////////////////////////////////////////////////////////////////
// Import section
// //////////////////////////////////////////////////////////////////////
namespace RMOL {
/** Class Implementing the EMSR-a algorithm. */
class Emsr {
public:
};
}
#endif // __RMOL_EMSR_HPP