X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2Fvv.cxx;h=7506aa94b81d792f1f0d359ffe49ca0185e5bae9;hb=9850d1cd9cbe91c5e2b5e4fcf217d30cfcecc621;hp=2b20ac914e648af30483917d443b4488a217ae7c;hpb=2d9ef51e893a0b5b93d44a88594c9c76e4b61239;p=clitk.git diff --git a/vv/vv.cxx b/vv/vv.cxx index 2b20ac9..7506aa9 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -74,7 +74,7 @@ void open_sequence(vvMainWindow &window, std::vector &sequence_filenames, int n_image_loaded) { - const std::string open_mode_names[] = {"base", "overlay", "fusion", "vf", "contour"}; + const std::string open_mode_names[] = {"base", "overlay", "fusion", "vf", "contour", "fusionSequence"}; if(open_mode==O_BASE) window.LoadImages(sequence_filenames, vvImageReader::MERGEDWITHTIME); else if (open_mode==O_OVERLAY)