Skip to content

Avoid unused variable warning without MPI

Carsten Gräser requested to merge feature/yaspgrid-avoid-unused-variable into master

Whatever the mysterious meaning of the mysteryFactor is, it's only used in the #if HAVE_MPI branch. Hence we should move it there to avoid unused variable warnings.

Merge request reports