Skip to content
Snippets Groups Projects
Commit 4a7df732 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix unused variable.

parent 9d1fc459
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,6 @@ modelRun(struct model_config setup, MPI_Comm comm)
varslice, var);
size_t layerSize = (size_t)(chunk[0] * chunk[1]);
size_t nblk = (layerSize + nproma - 1)/nproma - 1;
size_t npromz = layerSize - nblk * nproma;
for (size_t k = 0; k < varLevs; ++k)
{
blk_displ[k] = k * (nblk + 1) * nproma;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment