Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
echo fixhmasses
  • Loading branch information
James Osborn committed Jun 25, 2024
1 parent 25ef3a0 commit 20dc00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/comms/commsUtils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ macro rankMax*(a:varargs[untyped]):auto =
qmpMax(`a0`)
else:
error("rankMax not imlemented for multiple arguments.")
result = newCall(ident("rankMaxN"))
for v in a: result.add v
#result = newCall(ident("rankMaxN"))
#for v in a: result.add v

template threadRankMax1*(a:untyped):untyped =
var ta{.global.}:type(a)
Expand Down
1 change: 1 addition & 0 deletions src/experimental/stagag.nim
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ echoparam(beta)
echoparam(tau)
echoparam(fixtau)
echoparam(fixparams)
echoparam(fixhmasses)
echoparam(md)
echoparam(upit)
echoparam(lrate)
Expand Down

0 comments on commit 20dc00b

Please sign in to comment.