IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 10, 2004, 10:40:26 AM (22 years ago)
Author:
desonia
Message:

added dependency files to avoid false error when they are generated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImage.c

    r938 r986  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-06-08 23:56:34 $
     11 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-06-10 20:40:26 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    22822282                    imageRow[col] /= overlayRow[col-col0]; \
    22832283                    break; \
     2284                case '=': \
     2285                    imageRow[col] = overlayRow[col-col0]; \
     2286                    break; \
    22842287                default: \
    22852288                    psError(__func__,"Unknown operation %s",op); \
     
    22872290                } \
    22882291            } \
    2289         }
     2292        } \
     2293        break;
    22902294
    22912295        psImageOverlayCase(U8);
Note: See TracChangeset for help on using the changeset viewer.