mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
15 lines
117 B
C++
15 lines
117 B
C++
/*
|
|
* Vector.cpp
|
|
*
|
|
* Created on: 7 Dec 2015
|
|
* Author: hieu
|
|
*/
|
|
|
|
#include "Vector.h"
|
|
|
|
namespace Moses2
|
|
{
|
|
|
|
}
|
|
|