Changes between Version 11 and Version 12 of OpenMPTransformation


Ignore:
Timestamp:
04/20/14 18:18:17 (12 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v11 v12  
    157157    translate(S);
    158158  }
     159  $barrier...
    159160}
    160161}}}
     
    194195    }
    195196    ...
    196     }
    197   }
     197    } /* end of switch */
     198  } /* end of while loop */
     199  $barrier...
     200}
    198201}}}
    199202
     
    213216  translate(S);
    214217}
     218$barrier...
    215219}}}
    216220