Inform function reading in scattering function of domain to which it applies
commit772b8f9c085fd42d4c49d7058830944aea68f0c9
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 16 Sep 2008 18:12:03 +0000 (16 20:12 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 23 Sep 2008 13:09:30 +0000 (23 15:09 +0200)
tree2cdd22c783a62e9632b2f053242662552e3a2ab2
parent30a682480d5284e124538015a2bbb287337baaad
Inform function reading in scattering function of domain to which it applies

Some backends need to know the domain a scattering function applies to,
in particular the dimension of this domain, in order to properly
interpret the scattering function.
We therefore now only read individual scattering functions in domain.c,
moving the construction of the list to program.c
include/cloog/domain.h
source/polylib/domain.c
source/program.c