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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <=>2013-09-25 03:47:08 +0400
committer= <=>2013-09-25 03:47:08 +0400
commit7ce803ef1e500d0f835c3a526d4efb6a70c3ffdf (patch)
treeb7c3c9c93d3a290446e40b95893e80009b924ba4 /moses/Parameter.h
parent13c9a44f3d2d2dc21a66e48abf40326b6b30c759 (diff)
Formatting.
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index 0c4fc3ed0..b6baef98c 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -31,8 +31,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
namespace Moses
{
-typedef std::vector<std::string> PARAM_VEC;
-typedef std::map<std::string, PARAM_VEC > PARAM_MAP;
+typedef std::vector<std::string> PARAM_VEC;
+typedef std::map<std::string, PARAM_VEC > PARAM_MAP;
typedef std::map<std::string, bool> PARAM_BOOL;
typedef std::map<std::string, std::string > PARAM_STRING;