forked from KarypisLab/METIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GKlib
updated
15 files
+57 −0 | .gitignore | |
+11 −1 | CMakeLists.txt | |
+0 −1 | GKlib.h | |
+1 −1 | GKlibSystem.cmake | |
+126 −0 | cache.c | |
+2 −0 | gk_arch.h | |
+7 −1 | gk_defs.h | |
+11 −2 | gk_proto.h | |
+24 −2 | gk_struct.h | |
+363 −88 | graph.c | |
+1 −1 | test/CMakeLists.txt | |
+43 −0 | test/csrcnv.c | |
+578 −78 | test/gkgraph.c | |
+11 −0 | win32/adapt.c | |
+14 −0 | win32/adapt.h |