1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-18 06:30:41 +00:00

rogueviz:: sag:: fix formatting

This commit is contained in:
Zeno Rogue 2024-08-01 11:35:07 +02:00
parent 617f125632
commit e3816fbcb8

View File

@ -142,7 +142,7 @@ void dofullsa(ld satime) {
if(t2 - tl > view_each * .98) { if(t2 - tl > view_each * .98) {
tl = t2; 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), numiter, double(sag::temperature), (double) exp(sag::temperature),
double(sag::cost))); double(sag::cost)));
} }