| # | Line 194 | Line 194 | int main(int argc, char* argv[]){ | |
|---|---|---|
| 194 | if (args_info.refsele_given&& args_info.originsele_given) { | |
| 195 | compositeVisitor->addVisitor(new LipidTransVisitor(info, args_info.originsele_arg, args_info.refsele_arg), 250); | |
| 196 | } else if (args_info.refsele_given || args_info.originsele_given) { | |
| 197 | < | std::cerr << "Both of --refsele and --originselc should appear by pair" << std::endl; |
| 197 | > | std::cerr << "Both of --refsele and --originsele should appear by pair" << std::endl; |
| 198 | exit(1); | |
| 199 | } | |
| 200 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |