Missing variable initialization.

This commit is contained in:
Ulrich Germann 2015-10-28 10:26:05 +00:00
parent 33892cfb8a
commit 50c1096996

View File

@ -252,7 +252,7 @@ void ceptsInGenerativeStoryFormat(vector < pair < set <int> , set <int> > > & ce
string english;
vector <int> germanIndex;
int engIndex = 0;
int prev;
int prev=0;
int curr;
set <int> engDone;