Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Sep 15, 2023
1 parent 70e77b8 commit 9b97eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/studies/labelprop/labelprop-tweets.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ proc main(args:[] string) {
// domain assignment in Hashed
// Pairs is for collecting twitter user ID to user ID mentions
if distributed {
var Pairs: domain( (int, int) ) dmapped hashedD(idxType=(int, int));
var Pairs: domain( (int, int) ) dmapped hashedDist(idxType=(int, int));
run(todo, Pairs);
} else {
var Pairs: domain( (int, int) );
Expand Down

0 comments on commit 9b97eb4

Please sign in to comment.