Skip to content

Commit

Permalink
Merge branch 'stable-0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Nov 20, 2018
2 parents 6772aa9 + a9cc3cf commit 5ab6b3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.0
2 changes: 1 addition & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##

PACKAGE := "Digraphs";
PrintTo("VERSION", PackageInfo(PACKAGE)[1].Version);
PrintTo("VERSION", PackageInfo(PACKAGE)[1].Version, "\n");
LoadPackage("GAPDoc");

_DocXMLFiles := ["attr.xml",
Expand Down
2 changes: 0 additions & 2 deletions tst/standard/grahom.tst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ gap> LoadPackage("digraphs", false);;
gap> DIGRAPHS_StartTest();

#T# HomomorphismDigraphsFinder: checking errors and robustness
gap> HomomorphismDigraphsFinder(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
Error, Function Calls: number of arguments must be 11 (not 10)
gap> HomomorphismDigraphsFinder(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
Error, Digraphs: HomomorphismDigraphsFinder: usage,
the 1st and 2nd arguments <gr1> and <gr2> must be digraphs,
Expand Down

0 comments on commit 5ab6b3d

Please sign in to comment.