Ignore:
Timestamp:
04/25/17 10:57:59 (7 years ago)
Author:
mhnguyen
Message:

Clean up some compilation warnings

File:
1 edited

Legend:

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

    r1105 r1107  
    1313{ 
    1414      /// ////////////////////// Déclarations ////////////////////// /// 
     15      /*! 
     16        \class CAttributeArray 
     17        This class implements the attribute representing array of value 
     18      */ 
    1519      template <typename T_numtype, int N_rank> 
    1620         class CAttributeArray : public CAttribute, public CArray<T_numtype, N_rank> 
     
    1923 
    2024           using CArray<T_numtype,N_rank>::operator = ; 
    21 //           using Array<T_numtype,N_rank>::operator = ; 
    2225 
    2326            /// Constructeurs /// 
     
    6366            virtual void generateFortranInterfaceGetDeclaration(ostream& oss,const string& className) ; 
    6467 
    65  
    66          protected : 
    67  
    68             /// Constructeurs /// 
    69  
    7068         private : 
    7169          CArray<T_numtype, N_rank> inheritedValue ; 
Note: See TracChangeset for help on using the changeset viewer.