From 386b7d3366f1359a265da207a9cafa3edf553b64 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 7 Oct 2019 19:13:39 -0400 Subject: Reorganize and commit all the modified TACLeBench code and run scripts --- baseline/source/dijkstra/input.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 baseline/source/dijkstra/input.h (limited to 'baseline/source/dijkstra/input.h') diff --git a/baseline/source/dijkstra/input.h b/baseline/source/dijkstra/input.h new file mode 100644 index 0000000..9701828 --- /dev/null +++ b/baseline/source/dijkstra/input.h @@ -0,0 +1,8 @@ +#ifndef INPUT_H +#define INPUT_H + +#define NUM_NODES 100 + +extern unsigned char dijkstra_AdjMatrix[NUM_NODES][NUM_NODES]; + +#endif /* INPUT_H */ -- cgit v1.2.2