joshuak94 / BAMIntervalTree

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Update library structure #13

Closed joshuak94 closed 3 years ago

joshuak94 commented 3 years ago

Small update to create the bamit subdirectory and add an all.hpp header file which includes all of the other header files.

This way, users can use #include <bamit/all.hpp> instead of #include <IntervalNode.hpp>, or even worse #include <all.hpp> which would be very ambiguous.

Depends on #10

MitraDarja commented 3 years ago

Merge after #10