Skip to content

Commit

Permalink
Minor tweaks to hisqhmc_h to make it more API-like when imported from…
Browse files Browse the repository at this point in the history
… external application
  • Loading branch information
ctpeterson committed Jan 10, 2025
1 parent eb838c9 commit 46ea341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/examples/hisqhmc_h.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import algorithms/[integrator]
import physics/[qcdTypes,stagSolve]

export integrator
export mdevolve
export stagSolve

const banner = """
|---------------------------------------------------------------|
Expand Down Expand Up @@ -116,7 +118,7 @@ template FF(lo: Layout): untyped =
template FF0(lo: Layout): untyped =
type(lo.ColorVector()[0])

proc reunit(g: auto) =
proc reunit*(g: auto) =
tic()
threads:
let d = g.checkSU
Expand Down

0 comments on commit 46ea341

Please sign in to comment.