Skip to content

Commit

Permalink
Merge pull request #45 from akio-tomiya/v1.0.3
Browse files Browse the repository at this point in the history
Dirac operator for verbose_print is revised
  • Loading branch information
cometscome authored Jun 28, 2023
2 parents afee549 + 0637265 commit d70ae5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/universe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function Univ(p::Params; MPIparallel = false, PEs = nothing)
error("not supported")
end
params["eps_CG"] = p.eps
params["verbose_level"] = 2
params["verbose_level"] = p.verboselevel #2
params["MaxCGstep"] = p.MaxCGstep
params["boundarycondition"] = p.BoundaryCondition

Expand Down

0 comments on commit d70ae5f

Please sign in to comment.