glenco / SLsimLib

Library for Gravitational Lensing Simulations
MIT License
2 stars 1 forks source link

fix const reference methods #143

Closed ntessore closed 5 years ago

ntessore commented 6 years ago

This gets rid of the annoying warnings by fixing a bug in MixedVector that would make functions returning const references ill-defined.

rbmetcalf commented 6 years ago

Glad you cleaned this up. It was getting annoying.

ntessore commented 6 years ago

This should cleanly apply with a cherry-pick to any other development branch as well.