nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #96, implement list search routine #100

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Rework the DACS lookup to use a new search routine, which simplifies several routines and allowed for some code consolidation. This also replaces several foreach calls with list iterators.

Fixes #96