X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Fmodelidentifier.cpp;fp=src%2Fmodelidentifier.cpp;h=a7c67b82c77c5ed3e01335158755221693b2f09d;hp=820d75abd73bbc58a215a704652502e17388893a;hb=a45ea752862a45a0868940280aeb837af270cf22;hpb=ca651f2fd25147f88dbb27a27bc79bedcd9e4c81 diff --git a/src/modelidentifier.cpp b/src/modelidentifier.cpp index 820d75a..a7c67b8 100644 --- a/src/modelidentifier.cpp +++ b/src/modelidentifier.cpp @@ -83,7 +83,7 @@ priority_queue > ModelIdentifier::identify(const GeneOrder& g priority_queue > scores; scores.push(pair(output[0],Model(new Models::X))); scores.push(pair(output[1],Model(new Models::Zipper))); - scores.push(pair(output[2],Model(new Models::ModelImpl))); + scores.push(pair(output[2],Model(new Models::Whirl))); scores.push(pair(output[3],Model(new Models::FatX))); scores.push(pair(output[4],Model(new Models::Cloud))); return scores;