X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fgenealgorithms.h;h=b0e75b9f65790e184eabe46b6bf9ec9dba8d1002;hb=6724d50f2d36dccd383d95d36f7fe328b2692bc0;hp=4c938e394bd42fa1ea3eb710239811dd32277e99;hpb=e7953f0050007cd1999d64d985d0a063b9ddc99b;p=germs.git diff --git a/src/genealgorithms.h b/src/genealgorithms.h index 4c938e3..b0e75b9 100644 --- a/src/genealgorithms.h +++ b/src/genealgorithms.h @@ -58,5 +58,10 @@ std::vector findComponents(const GeneOrder& go); */ std::vector findIntervals(const GeneOrder& go); +/** + * Creates a list with the intervals at each point. + */ +std::vector findIntervalsAtPoints(const std::vector& intervals); + #endif