WIP: [bugfix] UGGrid: loadBalance with targetProcessors and handler fails for element data
uggrid.hh allows to loadBalance a mesh with targetProcessors, fromLevel and a dataHandle as argument
loadBalance (const std::vector<Rank>& targetProcessors, unsigned int fromLevel, DataHandle& dataHandle)
this method fails when the handler contains only element data. See #102 (closed)