[go: up one dir, main page]

Menu

[1b439f]: / rmol / Emsr.hpp  Maximize  Restore  History

Download this file

17 lines (12 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#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