summate.c: join_compatible: use isl_space_has_equal_params
[barvinok.git] / get_submodules.sh
bloba763a6fbd64725ed2f282b6a39a7c09507a0932c
1 #!/bin/sh
2 git submodule init
3 git submodule update
4 (cd isl; git submodule init imath; git submodule update imath)