Changeset 5010 for trunk/psLib/src/types
- Timestamp:
- Sep 12, 2005, 1:27:48 PM (21 years ago)
- Location:
- trunk/psLib/src/types
- Files:
-
- 2 edited
-
psMetadata.h (modified) (2 diffs)
-
psMetadataConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psMetadata.h
r5000 r5010 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.6 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09-12 2 1:36:54$13 * @version $Revision: 1.63 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-12 23:27:48 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 52 52 PS_META_UNKNOWN, ///< Other data (Stored as item.data.V). 53 53 PS_META_MULTI, ///< Used internally, do not create an metadata item of this type. 54 PS_META_META ,///< Metadata data (Stored as item.data.md).54 PS_META_META = PS_DATA_METADATA, ///< Metadata data (Stored as item.data.md). 55 55 PS_META_ARRAY, ///< Array data (Stored as item.data.V). 56 56 PS_META_TIME ///< psTime data (Stored as item.data.V). -
trunk/psLib/src/types/psMetadataConfig.c
r5007 r5010 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09-12 23: 04:59$12 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-12 23:27:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1185 1185 if ( type == 65538) 1186 1186 type = PS_DATA_VECTOR; 1187 if ( type == 655 49)1187 if ( type == 65551) 1188 1188 type = PS_DATA_TIME; 1189 1189 if ( item->type == PS_META_META)
Note:
See TracChangeset
for help on using the changeset viewer.
