diff options
Diffstat (limited to 'baseline/source/dijkstra/input.h')
| -rw-r--r-- | baseline/source/dijkstra/input.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/baseline/source/dijkstra/input.h b/baseline/source/dijkstra/input.h deleted file mode 100644 index 9701828..0000000 --- a/baseline/source/dijkstra/input.h +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #ifndef INPUT_H | ||
| 2 | #define INPUT_H | ||
| 3 | |||
| 4 | #define NUM_NODES 100 | ||
| 5 | |||
| 6 | extern unsigned char dijkstra_AdjMatrix[NUM_NODES][NUM_NODES]; | ||
| 7 | |||
| 8 | #endif /* INPUT_H */ | ||
