fix naming error

This commit is contained in:
Joel Beckmeyer 2017-04-25 09:08:16 -04:00
parent 21084a033e
commit 93a176884d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ bool Simulation::parseVector(string fileName) {
while(true) {
if (!(in >> tmpString)) break;
if (!(in >> tmpString)) break;
if (!(in >> tmpInt)) break;
if (!(in >> timeInt)) break;
if (!(in >> valInt)) break;
for(auto i = wires.begin(); i != wires.end(); ++i) {