-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed class_realloc issues, and simplified the macro * Removed unused parameters * Removed superflous brackets * Replaced sprintf (unsafe) with snprintf, making sure to calculate the size correctly of each string, and making it robust for uses in single-line if else satements * Removed unused variable * Removed unneccessary define that remained from previous ideas about snprintf * Fix evolver prototype * abs vs fabs fixes * Removed remaining compiler warnings. * changed version number to 3.2.3 --------- Co-authored-by: schoeneberg <[email protected]> Co-authored-by: Thomas Tram <[email protected]> Co-authored-by: lesgourg <[email protected]>
- Loading branch information
1 parent
adafaec
commit dcb8be0
Showing
15 changed files
with
305 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.