Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Aug 1, 2023
1 parent acf5d6f commit 070c530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributedsum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function position!(callback, term::Future, v::MPS, pos::Int)
end

function noiseterm(term::Future, v::ITensor, dir::String)
return noiseterm(() -> force_gc(), v, dir)
return noiseterm(() -> force_gc(), term, v, dir)
end

function noiseterm(callback, term::Future, v::ITensor, dir::String)
Expand Down

0 comments on commit 070c530

Please sign in to comment.