Ignore:
Timestamp:
11/03/09 11:13:19 (15 years ago)
Author:
ymipsl
Message:

Ligne trop longue sous SX (>132 caractÚres)

YM

Location:
XMLIO_SERVER/trunk/src/XMLIO
Files:
5 edited

Legend:

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

    r42 r46  
    192192       END SELECT 
    193193 
    194      WRITE(message,*) 'axis attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     194     WRITE(message,*) 'axis attribut ',attrib%name,' : type :',attrib%type,   & 
     195                      ' : Attribute type is incompatible with the provided value' 
    195196     CALL error('mod_axis::axis__set_attribut') 
    196197     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_field.f90

    r42 r46  
    274274     END SELECT 
    275275 
    276      WRITE(message,*) 'field attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     276     WRITE(message,*) 'field attribut ',attrib%name,' : type :',attrib%type,   & 
     277                      ' : Attribute type is incompatible with the provided value' 
    277278     CALL error('mod_field::field__set_attribut') 
    278279     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_file.f90

    r42 r46  
    194194     END SELECT 
    195195 
    196      WRITE(message,*) 'file attribut ',attrib%name,' : type : ',attrib%type,' : Attribute type is incompatible with the provided value' 
     196     WRITE(message,*) 'file attribut ',attrib%name,' : type : ',attrib%type,       & 
     197                      ' : Attribute type is incompatible with the provided value' 
    197198     CALL error('mod_file::file__set_attribut') 
    198199     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_grid.f90

    r42 r46  
    168168     END SELECT 
    169169 
    170      WRITE(message,*) 'grid attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     170     WRITE(message,*) 'grid attribut ',attrib%name,' : type :',attrib%type,      & 
     171                      ' : Attribute type is incompatible with the provided value' 
    171172     CALL error('mod_grid::grid__set_attribut') 
    172173     
  • XMLIO_SERVER/trunk/src/XMLIO/mod_zoom.f90

    r42 r46  
    175175     END SELECT 
    176176 
    177      WRITE(message,*) 'zoom attribut ',attrib%name,' : type :',attrib%type,' : Attribute type is incompatible with the provided value' 
     177     WRITE(message,*) 'zoom attribut ',attrib%name,' : type :',attrib%type,   & 
     178                      ' : Attribute type is incompatible with the provided value' 
    178179     CALL error('mod_zoom::zoom__set_attribut') 
    179180     
Note: See TracChangeset for help on using the changeset viewer.