Changeset 1396
- Timestamp:
- Aug 5, 2004, 11:06:22 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
astronomy/psMetadata.c (modified) (2 diffs)
-
collections/psMetadata.c (modified) (2 diffs)
-
types/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadata.c
r1394 r1396 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 0:55:16$13 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 21:06:22 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 48 48 } \ 49 49 return 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 50 56 51 57 /******************************************************************************/ -
trunk/psLib/src/collections/psMetadata.c
r1394 r1396 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 0:55:16$13 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 21:06:22 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 48 48 } \ 49 49 return 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 50 56 51 57 /******************************************************************************/ -
trunk/psLib/src/types/psMetadata.c
r1394 r1396 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 2 0:55:16$13 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 21:06:22 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 48 48 } \ 49 49 return 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 50 56 51 57 /******************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
