Skip to content

Commit

Permalink
isomorph.tst: do not overwrite DIGARPHS_NautyAvailable
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Nov 22, 2017
1 parent 74eac83 commit cddea3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tst/standard/isomorph.tst
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,11 @@ fail
gap> nauty := not DIGRAPHS_UsingBliss;;
gap> DigraphsUseNauty();
gap> DigraphsUseBliss();
gap> p := DIGRAPHS_NautyAvailable;;
gap> MakeReadWriteGlobal("DIGRAPHS_NautyAvailable");
gap> DIGRAPHS_NautyAvailable := false;;
gap> DigraphsUseNauty();
gap> DIGRAPHS_NautyAvailable := true;;
gap> DIGRAPHS_NautyAvailable := p;;
gap> MakeReadOnlyGlobal("DIGRAPHS_NautyAvailable");
gap> if not nauty then
> DigraphsUseBliss();
Expand Down

0 comments on commit cddea3d

Please sign in to comment.