IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29706


Ignore:
Timestamp:
Nov 8, 2010, 2:41:31 PM (16 years ago)
Author:
rhenders
Message:

showing stages in proper order

File:
1 edited

Legend:

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

    r29705 r29706  
    389389
    390390    my $firstIn = 1;
    391     foreach my $stage (keys %$gnuplotFiles) {
     391    # loop through stages array so that they are ordered properly (not maintained in hash)
     392    foreach my $stage (@allStages) {
    392393        if (!$firstIn) {print GP ",";}
    393394
     395        if(!$gnuplotFiles->{$stage}) {next;}
    394396        # for single stage plots, show pending/processed/faults
    395397        if ($numOfPlots == 1) {
Note: See TracChangeset for help on using the changeset viewer.