Skip to content

Commit

Permalink
fix an bug in printf
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaotianjing committed Feb 8, 2024
1 parent 109cec9 commit c92d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/1.JWAS/src/JWAS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ function getMCMCinfo(mme)
end
if mme.M!=0
for Mi in mme.M
@printf("%-30s %20.3f\n","marker effect variances:",Mi.df)
@printf("%-30s %20.3f\n","marker effect variances:",Mi.G.df)
end
end
@printf("\n\n\n")
Expand Down

0 comments on commit c92d820

Please sign in to comment.