IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/peak.c

    r2598 r4689  
    2323
    2424  imax = -1;
    25   for (i = 0; i < vecx[0].Nelements-1; i++, X++, Y++) {
     25  xmax = *X;
     26  ymax = *Y;
     27  for (i = 1; i < vecx[0].Nelements-1; i++, X++, Y++) {
    2628    if ((*X >= start) && (*X <= end)) {
    2729      if ((imax == -1) || (*Y > ymax)) {
Note: See TracChangeset for help on using the changeset viewer.