https://github.com/fenderglass/Ragout
Revision ae9e1d16c59b0266af0e427147b85f276cbb1873 authored by Tatiana Malygina on 26 March 2019, 14:26:56 UTC, committed by Tatiana Malygina on 26 March 2019, 14:26:56 UTC
1 parent f4d4e22
Raw File
Tip revision: ae9e1d16c59b0266af0e427147b85f276cbb1873 authored by Tatiana Malygina on 26 March 2019, 14:26:56 UTC
remove redundant round brackets: edges() -> edges, nodes() -> nodes
Tip revision: ae9e1d1
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top