IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2009, 11:13:29 AM (17 years ago)
Author:
beaumont
Message:

Finished ppStack visualization. Unified the way in which visualizations are invoked, plotting windows are closed, etc

Location:
branches/cnb_branches/cnb_branch_20090215
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090215

  • branches/cnb_branches/cnb_branch_20090215/ippTasks/pantasks.pro

    r20512 r23197  
    351351
    352352  if ("$template" == "NULL")
    353     $varname = $workdir_template
     353    $$varname = $workdir_template
    354354    echo "WARNING: WORKDIR template not set.  Defaulting to $workdir_template"
    355     break
     355    return
    356356  end
    357357
     
    379379
    380380  if ("$template" == "NULL")
    381     $varname = $workdir_template
     381    $$varname = $workdir_template
    382382    echo "WARNING: WORKDIR template not set.  Defaulting to $workdir_template"
    383     break
     383    return
    384384  end
    385385
Note: See TracChangeset for help on using the changeset viewer.