mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-04 23:44:08 +00:00
rv:: kohonen:: some missing }
This commit is contained in:
parent
bde3efbc35
commit
694c75efbc
@ -656,6 +656,7 @@ void step() {
|
|||||||
if(pct != lpct) {
|
if(pct != lpct) {
|
||||||
lpct = pct;
|
lpct = pct;
|
||||||
analyze();
|
analyze();
|
||||||
|
}
|
||||||
|
|
||||||
// if(gaussian)
|
// if(gaussian)
|
||||||
// println(hlog, format("t = %6d/%6d %3d%% sigma=%10.7lf maxudist=%10.7lf\n", t, tmax, pct, sigma, maxudist));
|
// println(hlog, format("t = %6d/%6d %3d%% sigma=%10.7lf maxudist=%10.7lf\n", t, tmax, pct, sigma, maxudist));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user