Changeset 4541 for trunk/gui


Ignore:
Timestamp:
Jul 17, 2014, 3:19:45 PM (10 years ago)
Author:
ldelgass
Message:

fix another mismerge

File:
1 edited

Legend:

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

    r4540 r4541  
    15131513        }
    15141514        "-isosurfaceopacity" {
    1515             set _settings($what) [$_widget(-isosurfaceopacity) * 0.01]
     1515            set _settings($what) [epxr $_widget($what) * 0.01]
    15161516            SendCmd "contour3d opacity $_settings($what)"
    15171517        }
Note: See TracChangeset for help on using the changeset viewer.