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