Skip to content

Commit

Permalink
Add a comment and adjust spacing
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Sep 1, 2021
1 parent 8f602d2 commit f92f5bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/internal/ChapelArray.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -1685,6 +1685,8 @@ module ChapelArray {
return _value.dsiAdd(i);
}

// TODO: bulkAdd for associative domains

pragma "no doc"
proc ref bulkAdd(inds: [] _value.idxType, dataSorted=false,
isUnique=false, preserveInds=true, addOn=nilLocale)
Expand Down Expand Up @@ -4211,7 +4213,7 @@ module ChapelArray {
pragma "find user line"
pragma "ignore transfer errors"
inline proc chpl__transferArray(ref a: [], const ref b,
param kind=_tElt.assign) lifetime a <= b {
param kind=_tElt.assign) lifetime a <= b {
if (a.eltType == b.type ||
_isPrimitiveType(a.eltType) && _isPrimitiveType(b.type)) {

Expand Down

0 comments on commit f92f5bd

Please sign in to comment.