mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 06:27:17 +00:00
rogueviz:: sag:: fix formatting
This commit is contained in:
parent
617f125632
commit
e3816fbcb8
@ -142,7 +142,7 @@ void dofullsa(ld satime) {
|
||||
|
||||
if(t2 - tl > view_each * .98) {
|
||||
tl = t2;
|
||||
println(hlog, format("it %12lld temp %6.4f [1/e at %13.6f] cost = %f ",
|
||||
println(hlog, format("it %12lld temp %7.4f [1/e at %13.6f] cost = %f ",
|
||||
numiter, double(sag::temperature), (double) exp(sag::temperature),
|
||||
double(sag::cost)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user