Ignore:
Timestamp:
09/06/12 17:14:31 (12 years ago)
Author:
ymipsl
Message:

some sources modification for compiling under CRAY compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_template.hpp

    r345 r354  
    4040 
    4141            /// Accesseur /// 
    42             inline ValueType getValue(void) const; 
    43             inline ValueType* getRef(void) ; 
     42            ValueType getValue(void) const; 
     43            ValueType* getRef(void) ; 
    4444 
    4545            /// Mutateurs /// 
    46             inline void setValue(const ValueType & value); 
     46            void setValue(const ValueType & value); 
    4747 
    4848            /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.