lnls-fac / trackcpp

Particle tracking code
GNU General Public License v3.0
3 stars 3 forks source link

Add Missing return statements. #45

Closed fernandohds564 closed 3 years ago

fernandohds564 commented 3 years ago

The lack of the return statement in some functions was causing segmentation fault in trackcpp compilation on ubuntu-20.04. In Debian-9 or older versions of ubuntu this bug doesn't seem to have an effect on execution.