Root-mean-square deviation of atomic positions
All notable changes to this project are documented in this file. On the releases page you can see all released versions and download the latest version.
This release change the memory allocation types.
To process large file, stack allocations must be changed to heap allocation. But memory management in c must be made manually with free.
Replace all stack allocation to heap allocations.
Change all allocation with alloca to malloc.
For more information visit the issue https://github.com/neudinger/pyDockRMSD/issues/3.
Add main in comment for test and debug developments.
Remove all _alloca
Delete _alloca to remove compiler dependency.