IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2006, 4:16:26 PM (20 years ago)
Author:
magnier
Message:

added HDU weights, masks; substantial work on the pmFPAfile,view concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/config/pmConfig.c

    r6580 r6713  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.7.4.5 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-14 04:40:37 $
     5 *  @version $Revision: 1.7.4.6 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-28 02:16:26 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2222{
    2323    psFree(config->site);
     24    psFree(config->files);
    2425    psFree(config->camera);
    2526    psFree(config->recipes);
     
    3536    // Initialise
    3637    config->site = NULL;
     38    config->files = NULL;
    3739    config->camera = NULL;
    3840    config->recipes = NULL;
Note: See TracChangeset for help on using the changeset viewer.