We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8eb5ff commit e925acbCopy full SHA for e925acb
2 files changed
.github/workflows/CI.yml
@@ -28,8 +28,6 @@ jobs:
28
- stable-4.14
29
- stable-4.13
30
- stable-4.12
31
- - stable-4.11
32
- - stable-4.10
33
34
steps:
35
- uses: actions/checkout@v4
src/BlissInterface.cc
@@ -3,7 +3,7 @@
3
*/
4
5
#include "../extern/bliss-0.73/graph.hh" /* for bliss graph classes and namespaces */
6
-#include "compiled.h" // GAP headers
+#include "gap_all.h" // GAP headers
7
8
/*
9
* The following code is a derivative work of the code from the GAP package
0 commit comments