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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/bidirectional/src/Array.h')
-rw-r--r--experimental/bidirectional/src/Array.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/experimental/bidirectional/src/Array.h b/experimental/bidirectional/src/Array.h
new file mode 100644
index 0000000..eae58d4
--- /dev/null
+++ b/experimental/bidirectional/src/Array.h
@@ -0,0 +1,5 @@
+#ifndef GIZA_ARRAY_H_DEFINED
+#define GIZA_ARRAY_H_DEFINED
+#include "Vector.h"
+#define Array Vector
+#endif