regression in finiteArea processor boundaries
As noted by @Chiara - the processor boundaries are visible in the current develop. @Sergio tracked it down and we have added the processor update inside of the init() routine.
In previous versions the processor/processor update was being invoked as a side effect of the regular geometry calculation, but needed to removed from there since there where cases (ie, redistributePar) where things are being called differently on different processors.