Changeset 47 for XMLIO_SERVER


Ignore:
Timestamp:
11/04/09 10:43:49 (14 years ago)
Author:
ymipsl
Message:

rustine pour S. masson => file id ne s'arrete pas pour iomanager::set_attribut

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_SERVER/trunk/src/IOSERVER/mod_iomanager.f90

    r42 r47  
    409409        CASE(file_object) 
    410410          CALL file_group__set_attribut(id,attrib,success) 
    411           IF (.NOT. success) CALL file__set_attribut(id,attrib)          
     411          IF (.NOT. success) CALL file__set_attribut(id,attrib,success)          
    412412        CASE(axis_object) 
    413413          CALL axis_group__set_attribut(id,attrib,success) 
Note: See TracChangeset for help on using the changeset viewer.