Ignore:
Timestamp:
Aug 16, 2012, 4:43:26 PM (12 years ago)
Author:
karaoui
Message:

fixing xml_parser cluster->psegs initialisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/xml/xml_parser.c

    r204 r206  
    14381438
    14391439    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;
    14401444
    14411445    /////////// check cluster index attribute (optional)
Note: See TracChangeset for help on using the changeset viewer.