Skip to content
Snippets Groups Projects
Unverified Commit ecbaf94b authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Clean up the code and add null pointer checks

The commit cleans up the code, such that it compiles without any warnings.
Additionally it is ensured that no segmentation faults occurs. There have
been several different types of changes.

 - Unused variables have been removed.
 - A lot of cleanup and documentation has been added in the course of issue #2.
 - A numpy deprecation flag for version 1.12 has been set.
 - Attention has been paid to the difference between PyArrayObject and PyObject
   pointers.
 - Checks to detect memory allocation errors have been added, which would have
   otherwise resulted in segmentation faults.

Closes #7.
parent 1e326a64
No related branches found
No related tags found
1 merge request!5Clean up the code and add null pointer checks
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment