RandLM is currently broken

This commit is contained in:
Hieu Hoang 2013-07-19 22:39:20 +01:00
parent 3a668aaccf
commit 11666a8359

View File

@ -106,7 +106,8 @@ class RandFactory : public FeatureFactory
{
public:
void Create(const std::string &line) {
DefaultSetup(NewRandLM());
//DefaultSetup(NewRandLM());
UTIL_THROW(util::Exception, "RandLM is currently broken.");
}
};
#endif