fixed build
This commit is contained in:
parent
d866da4356
commit
60e65e8cc0
@ -615,7 +615,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
// array containing a distance mask
|
||||
Array<float> MASK(Nx[i]+2,Ny[i]+2,Nz[i]+2);
|
||||
Array<float> MASK(Nx[0]+2,Ny[0]+2,Nz[0]+2);
|
||||
|
||||
// Create the level data
|
||||
std::vector<Array<char>> ID(N_levels);
|
||||
|
Loading…
Reference in New Issue
Block a user