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

Move label so no variable scopy is jumped into.

parent 0ae35cff
No related branches found
No related tags found
No related merge requests found
......@@ -189,8 +189,8 @@ modelRun(struct model_config setup, MPI_Comm comm)
varDesc[varIdx].partDesc
= xt_idxstripes_new(&(struct Xt_stripe){ .start = start,
.nstrides = chunkSize, .stride = 1 }, 1);
partDescriptionSet: ;
}
partDescriptionSet: ;
#endif
varDesc[varIdx].code = GRIB_USERDEF + (int)varIdx;
vlistDefVarCode(vlistID, varDesc[varIdx].id, varDesc[varIdx].code);
......
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