IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1396


Ignore:
Timestamp:
Aug 5, 2004, 11:06:22 AM (22 years ago)
Author:
harman
Message:

Merge problems

Location:
trunk/psLib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psMetadata.c

    r1394 r1396  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 20:55:16 $
     13*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 21:06:22 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4848}                                                                                                        \
    4949return output;
     50
     51/** Maximum size of a FITS line */
     52#define FITS_LINE_SIZE 80
     53
     54/** Maximum size of a string */
     55#define MAX_STRING_LENGTH 1024
    5056
    5157/******************************************************************************/
  • trunk/psLib/src/collections/psMetadata.c

    r1394 r1396  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 20:55:16 $
     13*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 21:06:22 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4848}                                                                                                        \
    4949return output;
     50
     51/** Maximum size of a FITS line */
     52#define FITS_LINE_SIZE 80
     53
     54/** Maximum size of a string */
     55#define MAX_STRING_LENGTH 1024
    5056
    5157/******************************************************************************/
  • trunk/psLib/src/types/psMetadata.c

    r1394 r1396  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2004-08-05 20:55:16 $
     13*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2004-08-05 21:06:22 $
    1515*
    1616*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4848}                                                                                                        \
    4949return output;
     50
     51/** Maximum size of a FITS line */
     52#define FITS_LINE_SIZE 80
     53
     54/** Maximum size of a string */
     55#define MAX_STRING_LENGTH 1024
    5056
    5157/******************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.