Skip to content

Fix two kinds of warnings reported by clang-tidy

Matteo Manzali requested to merge clang-tidy into master

I replaced NULL with the more significant nullptr and I removed the "void" argument in function definition. I compiled successfully with MPI but I cannot verify with the CI pipeline because it seems that there are not available runners.

Merge request reports