X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fgenealgorithms.h;h=b5ed95d01ccb69af8797ec51aa820305e99db376;hp=0158c35108616b4fd18b452ec357fa39841005c3;hb=148a31960aeb2ba127ef4322a12ae3af28ef2988;hpb=1c14858d7eb8283d147fbe11963d7b32b221a98b diff --git a/src/genealgorithms.h b/src/genealgorithms.h index 0158c35..b5ed95d 100644 --- a/src/genealgorithms.h +++ b/src/genealgorithms.h @@ -49,7 +49,7 @@ std::vector > robinsonSchensted(const GeneOrder& go); /** * Counts the number of cycles in the gene order. */ -int countCycles(const GeneOrder& go); +size_t countCycles(const GeneOrder& go); /** * Finds the components in the gene order.