fixed build

This commit is contained in:
James E McClure 2016-06-19 15:04:43 -04:00
parent d866da4356
commit 60e65e8cc0

View File

@ -615,7 +615,7 @@ int main(int argc, char **argv)
} }
// array containing a distance mask // 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 // Create the level data
std::vector<Array<char>> ID(N_levels); std::vector<Array<char>> ID(N_levels);