Ignore:
Timestamp:
02/16/09 14:24:05 (15 years ago)
Author:
ymipsl
Message:

Correction de bugs pour portage sur Mercure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_SERVER/trunk/src/XMLIO/mod_parse_xml.f90

    r8 r17  
    136136    ENDIF 
    137137       
    138     CALL axis_group__get_default_attribut(pt_axis_group,attribute) 
     138    CALL axis_group__get_default_attrib(pt_axis_group,attribute) 
    139139    CALL parsing_axis_attribute(node,attribute) 
    140140     
     
    212212      value =  getAttribute(node,"unit") 
    213213      CALL axis__set(pt_axis,unit=TRIM(value)) 
     214    ENDIF 
     215 
     216    IF (is_attribute_exist(node,"size")) THEN 
     217      value =  getAttribute(node,"size") 
     218      CALL axis__set(pt_axis,a_size=string_to_integer(value)) 
    214219    ENDIF 
    215220    
     
    255260    ENDIF 
    256261       
    257     CALL grid_group__get_default_attribut(pt_grid_group,attribute) 
     262    CALL grid_group__get_default_attrib(pt_grid_group,attribute) 
    258263    CALL parsing_grid_attribute(node,attribute) 
    259264     
     
    368373    ENDIF 
    369374       
    370     CALL field_group__get_default_attribut(pt_field_group,attribute) 
     375    CALL field_group__get_default_attrib(pt_field_group,attribute) 
    371376    CALL parsing_field_attribute(node,attribute) 
    372377     
     
    525530    ENDIF 
    526531       
    527     CALL file_group__get_default_attribut(pt_file_group,attribute) 
     532    CALL file_group__get_default_attrib(pt_file_group,attribute) 
    528533    CALL parsing_file_attribute(node,attribute) 
    529534     
Note: See TracChangeset for help on using the changeset viewer.