IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29710


Ignore:
Timestamp:
Nov 8, 2010, 3:16:29 PM (16 years ago)
Author:
rhenders
Message:

fixing bug introduced in last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Plotter.pm

    r29706 r29710  
    391391    # loop through stages array so that they are ordered properly (not maintained in hash)
    392392    foreach my $stage (@allStages) {
     393
     394        if(!$gnuplotFiles->{$stage}) {next;}
    393395        if (!$firstIn) {print GP ",";}
    394396
    395         if(!$gnuplotFiles->{$stage}) {next;}
    396397        # for single stage plots, show pending/processed/faults
    397398        if ($numOfPlots == 1) {
Note: See TracChangeset for help on using the changeset viewer.