Changes between Version 13 and Version 14 of OpenMPTransformation
- Timestamp:
- 04/20/14 18:21:39 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenMPTransformation
v13 v14 40 40 `$int_iter` is a handle type for an iterator of integers. 41 41 42 {{{ 42 43 /* Tells whether the integer iterator has any more elements */ 43 44 _Bool $int_iter_hasNext($int_iter iter); … … 45 46 /* Returns the next element in the iterator (and updates the iterator) */ 46 47 int $int_iter_next($int_iter iter); 47 48 }}} 48 49 49 50 == Worksharing state ==
