Skip to content

Commit

Permalink
adding comments about types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rita Tlemcani committed Jul 9, 2020
1 parent 08738d6 commit 8a521c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions petra/proj_functor.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ legion_logical_region_t my_projection_functor(
{
// legion_point_1d_t is a struct
// legion_point_1d_t.x is an array
// legion_logical_partition_t is an array
// legion_domain_point_t is an int ?
// legion_domain_t is an array ?
// legion_runtime_t is an int ?
legion_point_1d_t point1d = legion_domain_point_get_point_1d(point);
coord_t x = point1d.x[0];
coord_t x_plus_1 = x + 1;
Expand Down

0 comments on commit 8a521c4

Please sign in to comment.