Fix UGGridEntity::partitionTypes method in absence of MPI
When writing the partitionTypes method I forgot to add the special code for the case that MPI is not there. For some strange reason the CI system let me get away with this. This patch adds the missing code.