topcom.c: compute_domain: skip vertices without domain
commitc74e6afb3a76205ad7a889a221a5b9c9434536a9
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 12 Nov 2009 20:48:56 +0000 (12 21:48 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 12 Nov 2009 20:59:39 +0000 (12 21:59 +0100)
tree527623a6ff72e8f2db113731a276956ef832b973
parent43d49c159f4828bf08202c75ce6c7e403c9038a6
topcom.c: compute_domain: skip vertices without domain

The number of rows and columns of a domain were taken from the
domain of the first vertex.  However, the first vertex may be
one with a lower-dimensional activity domain and the Domain fields
of such vertices are set to NULL.
Thererfore, skip vertices with NULL Domains before extracting
the number of rows and columns.
topcom.c