Changeset 206 for soft/giet_vm/xml
- Timestamp:
- Aug 16, 2012, 4:43:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/xml/xml_parser.c
r204 r206 1438 1438 1439 1439 cluster[cluster_index] = (mapping_cluster_t*)malloc(sizeof(mapping_cluster_t)); 1440 1441 //initialise the number of pseg 1442 //it will be incremented by PsegNode 1443 cluster[cluster_index]->psegs = 0; 1440 1444 1441 1445 /////////// check cluster index attribute (optional)
Note: See TracChangeset
for help on using the changeset viewer.