diff options
author | Joshua Bakita <bakitajoshua@gmail.com> | 2020-05-29 12:58:53 -0400 |
---|---|---|
committer | Joshua Bakita <bakitajoshua@gmail.com> | 2020-05-29 12:58:53 -0400 |
commit | 66824af0fab366fe02f0793f32081ebde28f5fa5 (patch) | |
tree | ba312bef82e59549aa7b77348299b79ab608f36f /dis/original/Neighborhood/utili.h | |
parent | 7b715ab6c23af2695f58917ffe6e5df3b14ab360 (diff) |
Remove changes specific to Joshua's PRP
- Revert type change in Neighborhood microbenchmark
- Remove inputs modified to fix in the available memory on the
i.MX6DQ PRP test platform
- Change default configuration to build without LITMUS/MC^2/MMDC
Diffstat (limited to 'dis/original/Neighborhood/utili.h')
-rw-r--r-- | dis/original/Neighborhood/utili.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dis/original/Neighborhood/utili.h b/dis/original/Neighborhood/utili.h index 87a481c..2a8e2a0 100644 --- a/dis/original/Neighborhood/utili.h +++ b/dis/original/Neighborhood/utili.h | |||
@@ -54,7 +54,7 @@ typedef struct { | |||
54 | Angeles distLong; | 54 | Angeles distLong; |
55 | }Neighborhood; | 55 | }Neighborhood; |
56 | 56 | ||
57 | typedef char Pixel; /* short int;*/ | 57 | typedef short int Pixel; /* short int;*/ |
58 | 58 | ||
59 | 59 | ||
60 | void drawLineSegment(Pixel *image, | 60 | void drawLineSegment(Pixel *image, |