CmdGaps: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:37:14 -04:00
parent 80c6c61cd9
commit ae0482905a

View file

@ -31,6 +31,13 @@
int CmdGaps ()
{
std::cout << "# gaps\n";
// TODO Load all data.
// TODO Apply filter.
// TODO Invert the union exclusions and incluѕions
// TODO For each interval
// TODO Display
return 0;
}