Changes between Version 31 and Version 32 of OpenMPTransformation


Ignore:
Timestamp:
04/26/14 08:10:40 (12 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v31 v32  
    269269
    270270  int numIters = info.numIters;
    271   for (int _count=0; _count<numIters; j++) {
     271  for (int _count=0; _count<numIters; _count++) {
    272272    int i = info.iters[_count][0];
    273273