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/detrend/pmDetrendDB.c

    r8815 r8848  
    33#endif
    44
    5 # include <pslib.h>
    6 # include "pmFPA.h"
    7 # include "pmDetrendDB.h"
     5#include <stdio.h>
     6#include <string.h>
     7#include <pslib.h>
     8#include "pmFPA.h"
     9#include "pmDetrendDB.h"
    810
    911// ************* detrend select functions **************
Note: See TracChangeset for help on using the changeset viewer.