ENH: decomposePar.C: add shortcircuit to avoid allocating point mappers

This commit is contained in:
mattijs
2011-12-21 16:16:54 +00:00
parent 704b33fa79
commit 7e95308c6b

View File

@ -789,6 +789,14 @@ int main(int argc, char *argv[])
// Point fields // Point fields
if
(
pointScalarFields.size()
|| pointVectorFields.size()
|| pointSphericalTensorFields.size()
|| pointSymmTensorFields.size()
|| pointTensorFields.size()
)
{ {
labelIOList pointProcAddressing labelIOList pointProcAddressing
( (