Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChartTrellisPathList.cpp « src « moses-chart - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c83cf24b45598e79e1dec67e836b5eb30f91d601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#include "ChartTrellisPathList.h"
#include "ChartTrellisPath.h"
#include "../../moses/src/Util.h"

using namespace std;

namespace MosesChart
{
TrellisPathList::~TrellisPathList()
{
	// clean up
	Moses::RemoveAllInColl(m_collection);
}

} // namespace