New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3472 for vendors/XIOS/current/src/attribute_template.hpp – NEMO

Ignore:
Timestamp:
2012-09-07T12:13:12+02:00 (12 years ago)
Author:
rblod
Message:

Load XIOS_SRC into vendors/XIOS/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/XIOS/current/src/attribute_template.hpp

    r3428 r3472  
    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.