diff --git a/src/radec.cpp b/src/radec.cpp index cbbaa0f..6b0828d 100644 --- a/src/radec.cpp +++ b/src/radec.cpp @@ -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(); -} \ No newline at end of file +}