Changeset 1494 for trunk


Ignore:
Timestamp:
Jun 8, 2009, 2:13:47 PM (15 years ago)
Author:
gah
Message:

fixed extra && &&

File:
1 edited

Legend:

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

    r1491 r1494  
    16061606        }
    16071607        opacity {
    1608             if { $_first != "" && && $_activeTf != "" } {
     1608            if { $_first != "" && $_activeTf != "" } {
    16091609                set opacity [expr { 0.01 * double($_settings($this-opacity)) }]
    16101610                set tf $_activeTf
     
    16151615
    16161616        thickness {
    1617             if { $_first != "" && && $_activeTf != "" } {
     1617            if { $_first != "" && $_activeTf != "" } {
    16181618                set val $_settings($this-thickness)
    16191619                # Scale values between 0.00001 and 0.01000
Note: See TracChangeset for help on using the changeset viewer.