# | Line 93 | Line 93 | int main(int argc, char* argv[]){ | |
---|---|---|
93 | std::string dumpFileName = args_info.input_arg; | |
94 | std::string sele1; | |
95 | std::string sele2; | |
96 | – | bool userSpecifiedSelect1; |
97 | – | bool userSpecifiedSelect2; |
96 | ||
97 | // check the first selection argument, or set it to the environment | |
98 | // variable, or failing that, set it to "select all" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |