Changeset 5884


Ignore:
Timestamp:
Sep 24, 2015, 8:15:08 AM (9 years ago)
Author:
mmh
Message:

remove code causing missing output with a non-uq run followed by a uq run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/uq/gui/scripts/resultviewer.tcl

    r5833 r5884  
    417417    }
    418418
    419     if {$mode != $_mode && $_mode != ""} {
    420         set nactive [llength [$_mode2widget($_mode) get]]
    421         if {$nactive > 0} {
    422             return  ;# mixing data that doesn't mix -- ignore it!
    423         }
    424     }
    425419    # Are we plotting in a new mode? then change widgets
    426420    if {$_mode2widget($mode) != [pack slaves $itk_interior]} {
Note: See TracChangeset for help on using the changeset viewer.