replace preprocessor switch USE_PCMAX
There's a preprocessor switch `USE_PCMAX` used in `dumux/porousmediumflow/nonequilibrium/volumevariables.hh` that is set to `1` in `test/porousmediumflow/mpnc/implicit/kinetic/problem.hh`. We should avoid this. Probably by introducing a flag in the traits of these volume variables?
issue