Changeset 5663 for trunk


Ignore:
Timestamp:
Jun 5, 2015, 3:02:05 PM (9 years ago)
Author:
ldelgass
Message:

whitespace

Location:
trunk/gui/apps
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/driver.cmd

    r502 r5663  
    11@REM %~dp0     = extract directory and path of argument 0 (command executed)
    2 @REM %M:~1,-1  = extract every between first and last charcter (the quotes) 
     2@REM %M:~1,-1  = extract every between first and last charcter (the quotes)
    33@REM These constructs require extended command options (Windows 2000 or later)
    44@set M="%~dp0"
  • trunk/gui/apps/execute.tcl

    r4970 r5663  
    120120}
    121121
    122 # Parse command line options to see 
     122# Parse command line options to see
    123123# ----------------------------------------------------------------------
    124124Rappture::getopts argv params {
  • trunk/gui/apps/flowvis-test

    r3177 r5663  
    8989    }
    9090    public method flowhints {args} {
    91         return ""
     91        return ""
    9292    }
    9393    public method extents {args} {
    94         return "3"
     94        return "3"
    9595    }
    9696    private variable _data ""
     
    115115        set obj [visData #auto $info]
    116116        $widgets(flowvis) add $obj
    117         puts stderr "name of flow is $obj-component"
     117        puts stderr "name of flow is $obj-component"
    118118    }
    119119}
  • trunk/gui/apps/launcher.tcl

    r4970 r5663  
    258258# Note: We're sourcing the driver file "main.tcl" rather than exec-ing
    259259#       wish because we want to see stderr and stdout messages when they
    260 #       are written, rather than when the program completes.  It also 
    261 #       eliminates one process waiting for the other to complete. If 
    262 #       "exec" is needed, then the following could be replaced with 
     260#       are written, rather than when the program completes.  It also
     261#       eliminates one process waiting for the other to complete. If
     262#       "exec" is needed, then the following could be replaced with
    263263#       blt::bgexec.  It doesn't try to redirect stderr into a file.
    264264set argv $alist
  • trunk/gui/apps/rappture-csh.env.in

    r4118 r5663  
    9999  setenv CLASSPATH "${libdir}/java"
    100100endif
    101  
     101
    102102if ( $?R_LIBS ) then
    103103  setenv R_LIBS "${libdir}/R:$R_LIBS"
  • trunk/gui/apps/rappture.cmd

    r502 r5663  
    11@REM %~dp0     = extract directory and path of argument 0 (command executed)
    2 @REM %M:~1,-1  = extract every between first and last charcter (the quotes) 
     2@REM %M:~1,-1  = extract every between first and last charcter (the quotes)
    33@REM These constructs require extended command options (Windows 2000 or later)
    44@set M="%~dp0"
  • trunk/gui/apps/rerun.cmd

    r1159 r5663  
    11@REM %~dp0     = extract directory and path of argument 0 (command executed)
    2 @REM %M:~1,-1  = extract every between first and last charcter (the quotes) 
     2@REM %M:~1,-1  = extract every between first and last charcter (the quotes)
    33@REM These constructs require extended command options (Windows 2000 or later)
    44@set M="%~dp0"
  • trunk/gui/apps/rerun.in

    r3177 r5663  
    1414#    rerun <runFile>,...
    1515#
    16 #      <runFile>      - the run.xml file containing an output 
     16#      <runFile>      - the run.xml file containing an output
    1717#                       section you would like to re-generate.
    1818#      ...            - optional comma separated list of runFiles
  • trunk/gui/apps/rpdiff

    r4734 r5663  
    570570      set path [lindex $argv 3]
    571571   }
    572 } 
     572}
    573573
    574574# compute the differences
  • trunk/gui/apps/vtkglyphs-test

    r4147 r5663  
    121121    }
    122122    public method shape {args} {
    123         return "arrow"
     123        return "arrow"
    124124    }
    125125
  • trunk/gui/apps/vtkisosurface-test

    r5335 r5663  
    120120        return "isosurface"
    121121    }
    122  
     122
    123123    private variable _cname "one"
    124124    private variable _data ""
  • trunk/gui/apps/vtkviewer-test

    r4147 r5663  
    9898    }
    9999    public method shape {args} {
    100         return "sphere"
     100        return "sphere"
    101101    }
    102102
Note: See TracChangeset for help on using the changeset viewer.