Changeset 1831 for trunk


Ignore:
Timestamp:
Jul 17, 2010, 2:06:19 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r1830 r1831  
    13321332        if { [string match "structure*" $child] } {
    13331333            set isTraj [$xmlobj get ${current}.components.molecule.trajectory]
    1334             if { !$isTraj } {
     1334            if { $isTraj == "" || !$isTraj } {
    13351335                continue;               # Not a trajectory.
    13361336            }
Note: See TracChangeset for help on using the changeset viewer.