mosesdecoder/contrib/other-builds/moses2/Weights.cpp
2015-10-26 16:32:47 +00:00

24 lines
310 B
C++

/*
* Weights.cpp
*
* Created on: 24 Oct 2015
* Author: hieu
*/
#include "Weights.h"
Weights::Weights() {
// TODO Auto-generated constructor stub
}
Weights::~Weights() {
// TODO Auto-generated destructor stub
}
std::ostream& operator<<(std::ostream &out, const Weights &obj)
{
return out;
}