1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-03-29 06:47:03 +00:00

rv:: kohonen:: some missing }

This commit is contained in:
Zeno Rogue 2022-03-01 09:32:56 +01:00
parent bde3efbc35
commit 694c75efbc

@ -656,6 +656,7 @@ void step() {
if(pct != lpct) {
lpct = pct;
analyze();
}
// if(gaussian)
// println(hlog, format("t = %6d/%6d %3d%% sigma=%10.7lf maxudist=%10.7lf\n", t, tmax, pct, sigma, maxudist));