X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmodelidentifier.h;h=a725136bf565f2813b1c5e601ebcb6f523713b43;hp=ee163e315d278d427ce646f8a52b29ec98052271;hb=ca651f2fd25147f88dbb27a27bc79bedcd9e4c81;hpb=5d72c22c72f7f7438d491373a9685aa8a790b1d2 diff --git a/src/modelidentifier.h b/src/modelidentifier.h index ee163e3..a725136 100644 --- a/src/modelidentifier.h +++ b/src/modelidentifier.h @@ -51,7 +51,7 @@ class ModelIdentifier{ /** * Identifies the model for a given gene order. * - * \returns a map with the model as key and the score between -1 and 1 + * \returns a priority_queue with the model as key and the score between -1 and 1 */ std::priority_queue > identify(const GeneOrder& go);