IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29120


Ignore:
Timestamp:
Sep 3, 2010, 4:22:04 PM (16 years ago)
Author:
rhenders
Message:

Fixed typo that was screwing up time axis

File:
1 edited

Legend:

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

    r29119 r29120  
    268268    if ($_maxY > ${$maxY}) {${$maxY} = $_maxY;}
    269269    if ($_minY < ${$minY}) {${$minY} = $_minY;}
    270     if ($_timeDiff > ${$timeDiff}) {${$timeDiff} = $timeDiff;}
     270    if ($_timeDiff > ${$timeDiff}) {${$timeDiff} = $_timeDiff;}
    271271
    272272    if (!defined $minProcessed) {return 0;}
Note: See TracChangeset for help on using the changeset viewer.