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

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GIZA++-v2/Vector.h')
-rw-r--r--GIZA++-v2/Vector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/GIZA++-v2/Vector.h b/GIZA++-v2/Vector.h
index cd682c1..96d26ad 100644
--- a/GIZA++-v2/Vector.h
+++ b/GIZA++-v2/Vector.h
@@ -252,6 +252,7 @@ template<class T> class Vector
(*this)[maxWritten]=x;
return top();
}
+ /*
bool writeTo(ostream&out) const
{
out << "Vector ";
@@ -264,6 +265,8 @@ template<class T> class Vector
}
return 1;
}
+ */
+
bool readFrom(istream&in)
{
string s;