X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fgenesorter.h;h=6ec4047cf006c25c92b0992ca189d59f94e07b9f;hp=e06bedf9e31e2611af5ebe4b7c086ffd280381e1;hb=efe42ca948704593c847996d0ae8da71d15bb75b;hpb=f8575ea6c0982bba5ccf42771b2994d19500c0a3 diff --git a/src/genesorter.h b/src/genesorter.h index e06bedf..6ec4047 100644 --- a/src/genesorter.h +++ b/src/genesorter.h @@ -25,6 +25,7 @@ class SortAction; class GeneOrder; +class Model; /** * Sorts genes @@ -39,7 +40,7 @@ class GeneSorter{ * Takes a GeneOrder, finds the actions to transform it into a sorted * permutation and returns the list with required actions. */ - ActionList sort(const GeneOrder& go1); + ActionList sort(const GeneOrder& go1, const Model& m); /** * Find the safe actions for this GeneOrder.