X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=polyhedron_minimize.c;h=bb9dabe19e50318e9f4ace407d45391b3e6e1cb1;hb=de51a9bc4da5dd3f1f9f57c2362da6f9752c44e0;hp=f6c2dc95f33180dc1ef07ea0cd9614aa8ada5e0a;hpb=83c88f056b70213b886b7579fd152f2f80a43dba;p=platform%2Fupstream%2Fisl.git diff --git a/polyhedron_minimize.c b/polyhedron_minimize.c index f6c2dc9..bb9dabe 100644 --- a/polyhedron_minimize.c +++ b/polyhedron_minimize.c @@ -1,7 +1,7 @@ /* * Copyright 2008-2009 Katholieke Universiteit Leuven * - * Use of this software is governed by the GNU LGPLv2.1 license + * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, K.U.Leuven, Departement * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium @@ -65,7 +65,7 @@ int main(int argc, char **argv) isl_printer *p; isl_int_init(opt); - bset = isl_basic_set_read_from_file(ctx, stdin, 0); + bset = isl_basic_set_read_from_file(ctx, stdin); assert(bset); obj = isl_vec_read_from_file(ctx, stdin); assert(obj);