ELIFE-ASU / Inform

A cross platform C library for information analysis of dynamical systems
https://elife-asu.github.io/Inform
MIT License
23 stars 3 forks source link

Bugfix issue 5 #6

Closed dglmoore closed 8 years ago

dglmoore commented 8 years ago

The source and destination arguments to the memcpy function were swapped in inform_dist_copy. Tests were added to detect this, and the bug was fixed.