Closed murveit closed 2 years ago
Save come copying with const references. Nothing should change in terms of computations, just less copying and consts.
Yeah, I don't see any issues here. Making the starList const can be problematic since it can prevent appending the RA and DEC. But the items you made const here don't look like any issues.
Save come copying with const references. Nothing should change in terms of computations, just less copying and consts.