IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

substantial work on the pmFPAfile I/O concepts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/objects/pmSourceIO.c

    r6556 r6712  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.1.2.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-03-09 03:14:23 $
     5 *  @version $Revision: 1.1.2.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-03-28 02:14:56 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5353}
    5454
    55 /***** Text Output Methods *****/
    56 # if (0)
    57     bool pmSourcesWriteText (psArray *sources, char *filename)
    58 {
    59 
    60     char *name = (char *) psAlloc (strlen(filename) + 10);
    61 
    62     sprintf (name, "%s.psf.dat", filename);
    63     pmModelWritePSFs (sources, name);
    64 
    65     sprintf (name, "%s.ext.dat", filename);
    66     pmModelWriteEXTs (sources, name);
    67 
    68     sprintf (name, "%s.nul.dat", filename);
    69     pmModelWriteNULLs (sources, name);
    70 
    71     sprintf (name, "%s.mnt.dat", filename);
    72     pmMomentsWriteText (sources, name);
    73 
    74     psFree (name);
    75     return true;
    76 }
    77 # endif
Note: See TracChangeset for help on using the changeset viewer.