clast.c: don't insert any "scalars" for level 0
commitf2a1f7eb4003db9936419cf0345ab96bf50a4e80
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Oct 2008 15:59:32 +0000 (22 17:59 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Nov 2008 17:36:04 +0000 (6 18:36 +0100)
treeb4257cc69a15f1e1086f56185ca7c376eeef2bb7
parent6612bbd5fa2963cb42b7f0c623b8efc45408bd4f
clast.c: don't insert any "scalars" for level 0

f8b6a419a532d644b2379bff78b62a75bfe74502 (Handle 0D problems by adding a
0th level to the main recursion) introduced a level 0 and was careful
not to generate any loops for this level, but we should also avoid
inserting "scalars" for this virtual level.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
source/clast.c