From: Diane Trout Date: Tue, 17 Oct 2006 19:05:29 +0000 (+0000) Subject: changing motifs should make the analysis dirty X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=ee75cd29d6ddb5d7b972e991a736509232d95b0e changing motifs should make the analysis dirty ticket:187 though if you apply and wihtout changing anything the dirty flag will still be set. Hopefully no one will care. --- diff --git a/alg/mussa.cpp b/alg/mussa.cpp index 7b62daf..6eb8e7c 100644 --- a/alg/mussa.cpp +++ b/alg/mussa.cpp @@ -751,6 +751,7 @@ void Mussa::add_motif(const Sequence& motif, const Color& color) { motif_sequences.insert(motif); color_mapper->appendInstanceColor("motif", motif.get_sequence(), color); + dirty = true; } void Mussa::set_motifs(const vector& motifs,