more equal_weights

This commit is contained in:
Zeno Rogue 2020-05-01 16:41:36 +02:00
parent c6665470aa
commit c556c23276
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ void geometry_information::procedural_shapes() {
bshape(shSwitchDisk, PPR::FLOOR); for(int i=0; i<=S84; i+=S3) hpcpush(ddi(i, .06) * C0);
}
vector<ld> equal_weights(20, 1);
vector<ld> equal_weights(1000, 1);
#if !(CAP_BT && MAXMDIM >= 4)
void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector<ld> weights) { }