psuade
psuade copied to clipboard
Fixes comparison between pointer and integer.
Psuade fails to build with GCC 7.3.0 due to an invalid comparison between a pointer and an integer. This pull request fixes the code so it builds and behaves as expected.