ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/XmlTools2/trunk/optionsparser.cpp
(Generate patch)

Comparing XmlTools2/trunk/optionsparser.cpp (file contents):
Revision 942 by s10k, Thu Feb 6 22:15:55 2014 UTC vs.
Revision 944 by s10k, Fri Feb 7 15:03:29 2014 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)