Changes between Version 59 and Version 60 of OpenMPTransformation


Ignore:
Timestamp:
10/01/14 16:30:34 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v59 v60  
    293293        float tmp = 5.2;
    294294 
    295         $omp_write(x_shared, &(x_shared->local), &tmp);
     295        $omp_write(x_shared, x_shared->local, &tmp);
    296296      }
    297297      _y = 3;