fix bracket error
This commit is contained in:
@@ -8,7 +8,7 @@ int main() {
|
|||||||
string fileName;
|
string fileName;
|
||||||
Simulation e;
|
Simulation e;
|
||||||
|
|
||||||
getline(in, fileName);
|
getline(cin, fileName);
|
||||||
e.parseCircuit(fileName);
|
e.parseCircuit(fileName);
|
||||||
|
|
||||||
// 2. Parse the vector file to initialize the simulation Queue with initial
|
// 2. Parse the vector file to initialize the simulation Queue with initial
|
||||||
@@ -25,4 +25,3 @@ int main() {
|
|||||||
// 4. Print the results of the simulation
|
// 4. Print the results of the simulation
|
||||||
e.print();
|
e.print();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user