| # | Line 81 | Line 81 | int main(int argc, char* argv[]){ | |
|---|---|---|
| 81 | ||
| 82 | mdFileName = dumpFileName; | |
| 83 | mdFileName = mdFileName.substr(0, mdFileName.rfind(".")) + ".md"; | |
| 84 | < | |
| 84 | > | |
| 85 | if (args_info.output_given){ | |
| 86 | xyzFileName = args_info.output_arg; | |
| 87 | } else { | |
| # | Line 91 | Line 91 | int main(int argc, char* argv[]){ | |
| 91 | ||
| 92 | //parse md file and set up the system | |
| 93 | SimCreator creator; | |
| 94 | < | SimInfo* info = creator.createSim(mdFileName); |
| 94 | > | SimInfo* info = creator.createSim(mdFileName, false); |
| 95 | ||
| 96 | ||
| 97 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |