586 |
assert(rel!=NULL && filter!=NULL); |
assert(rel!=NULL && filter!=NULL); |
587 |
|
|
588 |
len = rel_n_incidences(rel); |
len = rel_n_incidences(rel); |
589 |
|
#if 0 |
590 |
|
/* we can't apply this assertion because there may be unfiltered incidences making len |
591 |
|
greater than max_dimension! */ |
592 |
asc_assert(len<=max_dimension); //Checking if Index is out of bounds |
asc_assert(len<=max_dimension); //Checking if Index is out of bounds |
593 |
|
#endif |
594 |
|
|
595 |
vlist = rel_incidence_list(rel); |
vlist = rel_incidence_list(rel); |
596 |
|
|
597 |
// CONSOLE_DEBUG("IN FUNCTION relman_hess"); |
// CONSOLE_DEBUG("IN FUNCTION relman_hess"); |