# | Line 105 | Line 105 | void OptionsParser::parse(){ | |
---|---|---|
105 | inputFile.close(); | |
106 | ||
107 | // Now let's process each patch file and target file | |
108 | + | //#pragma omp parallel for |
109 | for(int i=0; i<patchFiles.size(); i++){ | |
110 | XmlPatch myXmlPatch(patchFiles[i],targetXmlFiles[i],true,true); // use --no-backups and --no-verbose for AEI | |
111 | myXmlPatch.readAndProcessPatchFile(); // process current file |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |