Changeset 1393 for trunk/psLib/src/collections/psMetadata.c
- Timestamp:
- Aug 5, 2004, 9:38:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psMetadata.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadata.c
r1387 r1393 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-08-05 02:22:42$13 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-08-05 19:38:51 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 39 39 /******************************************************************************/ 40 40 41 // None 41 /** Maximum length of string */ 42 #define MAX_STRING_LENGTH 1024 43 44 /** Maximum length of FITS line */ 45 #define FITS_LINE_SIZE 80 42 46 43 47 /******************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
