~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/basis_reduction_templ.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-13 04:29:53 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130113042953-yffow2nvsub33dcd
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Copyright 2006-2007 Universiteit Leiden
3
3
 * Copyright 2008-2009 Katholieke Universiteit Leuven
4
4
 *
5
 
 * Use of this software is governed by the GNU LGPLv2.1 license
 
5
 * Use of this software is governed by the MIT license
6
6
 *
7
7
 * Written by Sven Verdoolaege, Leiden Institute of Advanced Computer Science,
8
8
 * Universiteit Leiden, Niels Bohrweg 1, 2333 CA Leiden, The Netherlands
329
329
                isl_die(bset->ctx, isl_error_invalid,
330
330
                        "no parameters allowed", return NULL);
331
331
 
332
 
        tab = isl_tab_from_basic_set(bset);
 
332
        tab = isl_tab_from_basic_set(bset, 0);
333
333
        if (!tab)
334
334
                return NULL;
335
335