Skip to content

v3.0.2

Compare
Choose a tag to compare
@dsavransky dsavransky released this 15 Dec 21:40
· 326 commits to master since this release
bb26f80

Minor inefficiency fix. Previously, in TargetList, the intCutoff_comp calculation used comp_per_intTime, which caused two successive computations of intCutoff_dMag in a row. This has now been update to use comp_calc, therefore removing the second, redundant calculation. The computed values do not change as a result of this update.