Aiden Woodruff

Results 5 issues of Aiden Woodruff

When compiling, I am unable to include local files using the `include "file.h"` syntax. This is even with the `-I.` GCC switch. The compiler always errors with "No such file...

As seen in image 1 below (compared to image 2, unzoomed), the bottom bound for zooming is the device height rather than the toolbar at the bottom. This leads to...

There are memory leaks in the capCyl, capCube, and capWing tests. I think most of them are confined to the capstone library. There is one that might be associated with...

Runs same code as drawPixel to get offset, then call getPixelColor Returns 0 if fails Adds declaration to Adafruit_NeoMatrix.h Adds function definition to Adafruit_NeoMatrix.cpp

## Add nompi stub Add a stub implementation of MPI in `pcu/pcu_pnompi.c`. Remove direct calls to MPI functions. This adds a `SCOREC_NO_MPI` build option for users running on single-process, single-machine...