]> ruin.nu Git - germs.git/blobdiff - src/modelidentifier.h
DOC: more doxygen documentation
[germs.git] / src / modelidentifier.h
index ee163e315d278d427ce646f8a52b29ec98052271..a725136bf565f2813b1c5e601ebcb6f523713b43 100644 (file)
@@ -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<std::pair<double,Model> > identify(const GeneOrder& go);