ExCALIBUR-NEPTUNE / NESO

MIT License
4 stars 4 forks source link

Make these vector members const non-refs i.e. copies #194

Open jwscook opened 1 year ago

jwscook commented 1 year ago

https://github.com/ExCALIBUR-NEPTUNE/NESO/blob/aa4c72709d4d258c729161670b58e1ea7e4f9755/include/interpolator.hpp#L52C27-L52C27

jwscook commented 1 year ago

This is because mutating the values in the vector elsewhere in the code will change the values through to this class, which is confusing.