Skip to content

Commit

Permalink
Interface change.
Browse files Browse the repository at this point in the history
Fixes build.
  • Loading branch information
samuelkgutierrez committed Jun 30, 2015
1 parent 8f24f02 commit 7cdc202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion/lgncg/src/vector.h
Expand Up @@ -114,7 +114,7 @@ struct Vector {
this->lr = lrt->create_logical_region(ctx, is, fs);
// at this point we don't have a logical partition
// stash some info for equality checks
indexSpaceID = this->lr.get_index_space().id;
indexSpaceID = this->lr.get_index_space().get_id();
fieldSpaceID = this->lr.get_field_space().get_id();
rTreeID = this->lr.get_tree_id();
}
Expand Down

0 comments on commit 7cdc202

Please sign in to comment.