Changeset 47 for XMLIO_SERVER/trunk/src/IOSERVER/mod_iomanager.f90
- Timestamp:
- 11/04/09 10:43:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_SERVER/trunk/src/IOSERVER/mod_iomanager.f90
r42 r47 409 409 CASE(file_object) 410 410 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) 412 412 CASE(axis_object) 413 413 CALL axis_group__set_attribut(id,attrib,success)
Note: See TracChangeset
for help on using the changeset viewer.