X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fmodelidentifier.cpp;h=a7c67b82c77c5ed3e01335158755221693b2f09d;hb=efefe7bd39f22a2e33c851d2d87782123d8aa0ee;hp=820d75abd73bbc58a215a704652502e17388893a;hpb=f8575ea6c0982bba5ccf42771b2994d19500c0a3;p=germs.git 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;