Skip to content

Commit

Permalink
Rats, forgot to add new writeSerializable to record...
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 9f34f53 commit 28c1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dists/BlockCycDist.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ is mapped to.
*/


record blockCycDist {
record blockCycDist: writeSerializable {
param rank: int;
type idxType = int;

Expand Down

0 comments on commit 28c1f44

Please sign in to comment.