https://github.com/fenderglass/Ragout
Revision b8a843252644f8ab188574e3856d15743c2baebc authored by Mikhail Kolmogorov on 12 May 2015, 19:57:14 UTC, committed by Mikhail Kolmogorov on 12 May 2015, 19:57:14 UTC
1 parent 633c4c9
Raw File
Tip revision: b8a843252644f8ab188574e3856d15743c2baebc authored by Mikhail Kolmogorov on 12 May 2015, 19:57:14 UTC
handling rare case in chimera detector
Tip revision: b8a8432
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top