ask for input
This commit is contained in:
parent
9264dbbeda
commit
2a7d351dec
@ -8,6 +8,7 @@ int main() {
|
||||
string fileName;
|
||||
Simulation e;
|
||||
|
||||
cout << "Please enter filename:\n";
|
||||
getline(cin, fileName);
|
||||
e.parseCircuit(fileName);
|
||||
|
||||
@ -24,4 +25,4 @@ int main() {
|
||||
|
||||
// 4. Print the results of the simulation
|
||||
e.print();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user