mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 10:42:51 +00:00
rv::som:: spaces
This commit is contained in:
parent
733d5e5e0e
commit
e57f69b936
@ -215,7 +215,6 @@ void get_coordinates(kohvec& v, cell *c, cell *c0) {
|
||||
|
||||
using namespace euc;
|
||||
auto& T0 = eu_input.user_axes;
|
||||
|
||||
if(sphere) {
|
||||
columns = MDIM;
|
||||
alloc(v);
|
||||
|
@ -525,9 +525,8 @@ void buildcellcrawler(cell *c, cellcrawler& cr, int dir) {
|
||||
for(int i=0; i<N; i++)
|
||||
if(curtemp[i] < vmin) vmin = curtemp[i];
|
||||
else if(curtemp[i] > vmax) vmax = curtemp[i];
|
||||
// if(iter % 50 == 0) println(hlog, "iter=", iter, " vmin=", vmin, " vmax=", vmax, " pairs=", isize(pairs));
|
||||
}
|
||||
|
||||
,,
|
||||
if(!dispersion_count) {
|
||||
if(!dispersion_long) dispersion_count = isize(d);
|
||||
DEBB(DF_LOG, ("Dispersion count = ", isize(d), " celldist = ", celldist(c)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user