Ignore:
Timestamp:
11/04/15 15:50:19 (8 years ago)
Author:
rlacroix
Message:

Fix the generation of the Fortran interface to support private attributes.

File:
1 edited

Legend:

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

    r775 r778  
    1515      /// ////////////////////// Déclarations ////////////////////// /// 
    1616      template <typename T_numtype, int N_rank> 
    17          class CAttributeArray : public CAttribute, public CArray<T_numtype, N_rank>, public PublicAttributes 
     17         class CAttributeArray : public CAttribute, public CArray<T_numtype, N_rank> 
    1818      { 
    1919        public : 
Note: See TracChangeset for help on using the changeset viewer.