Ignore:
Timestamp:
Apr 29, 2015 6:12:07 AM (9 years ago)
Author:
ldelgass
Message:

whitespace

File:
1 edited

Legend:

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

    r5359 r5360  
    426426    array unset _settings $this-*
    427427}
    428 
    429428
    430429# ----------------------------------------------------------------------
     
    654653}
    655654
    656 
    657655#
    658656# Connect --
     
    15921590}
    15931591
    1594 
    15951592# ----------------------------------------------------------------------
    15961593# USAGE: OrthoProjection on|off|toggle
     
    17001697}
    17011698
    1702 itcl::body Rappture::MolvisViewer::WaitIcon  { option widget } {
     1699itcl::body Rappture::MolvisViewer::WaitIcon { option widget } {
    17031700    switch -- $option {
    17041701        "start" {
     
    18661863#       is inactive, then it overridden with the value "0.25".
    18671864# ----------------------------------------------------------------------
    1868 
    18691865itcl::body Rappture::MolvisViewer::StickRadius { option {models "all"} } {
    18701866    if { $option == "update" } {
     
    19021898#       is inactive, then it overridden with the value "0.75".
    19031899# ----------------------------------------------------------------------
    1904 
    19051900itcl::body Rappture::MolvisViewer::Opacity { option } {
    19061901    array unset _imagecache
     
    21392134}
    21402135
    2141 
    21422136# ----------------------------------------------------------------------
    21432137# OPTION: -device
     
    21582152    }
    21592153}
    2160 
Note: See TracChangeset for help on using the changeset viewer.