IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 4:36:36 PM (20 years ago)
Author:
Paul Price
Message:

When writing concepts to headers, if given a list, write out all the keywords (use blank value, if required). Removed excess code in this regard (pmConceptsWriteToHeader had code already in writeHeader). Include string.h where required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmReadoutCombine.c

    r8815 r8848  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-09-15 09:49:01 $
     7 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2006-09-20 02:36:36 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1717
    1818#include <stdio.h>
     19#include <string.h>
    1920#include <assert.h>
    2021#include <pslib.h>
Note: See TracChangeset for help on using the changeset viewer.