Now it isn't possible to call readInput without a pointer (can be NULL), as this was causing things to become confused.
A quick verification with PRD_ANGLE_APPROX and PRD_ANGLE_DEP has been undertaken.
Thanks, I tested and it seems to work fine. I don't use rhf1d, and have been tempted to remove it altogether. (Also see that I need to update the Makefile there.)
Now it isn't possible to call
readInput
without a pointer (can beNULL
), as this was causing things to become confused. A quick verification withPRD_ANGLE_APPROX
andPRD_ANGLE_DEP
has been undertaken.