Changeset 20638
- Timestamp:
- Nov 10, 2008, 2:04:24 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsRead.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsRead.c
r20599 r20638 72 72 } 73 73 74 psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name); 75 if (!strcmp (spec->blank->name, "CELL.XPARITY")) { 76 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name); 77 } 78 74 79 psMetadataItem *parsed = NULL; // The parsed concept 75 80 if (spec->parse) { … … 88 93 } 89 94 } 90 91 psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);92 95 93 96 // Plug the parsed concept into a new psMetadataItem, so each "concept" has its own version that can … … 270 273 psMetadataItem *headerItem = NULL; // The value of the concept from the header 271 274 275 psTrace ("psModules.concepts", 3, "reading concept: %s\n", name); 276 if (!strcmp (name, "CELL.XPARITY")) { 277 psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name); 278 } 279 272 280 // First check the cell configuration 273 281 if (cell && cell->config) {
Note:
See TracChangeset
for help on using the changeset viewer.
