isl_morph.c: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 25 Jun 2010 14:30:28 +0000 (16:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 25 Jun 2010 14:30:28 +0000 (16:30 +0200)
isl_morph.c

index c557718..20a4063 100644 (file)
@@ -23,7 +23,7 @@ __isl_give isl_morph *isl_morph_alloc(
        if (!dom || !ran || !map || !inv)
                goto error;
 
-       morph = isl_alloc_type(in_dim->ctx, struct isl_morph);
+       morph = isl_alloc_type(dom->ctx, struct isl_morph);
        if (!morph)
                goto error;