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/declare_attribute.hpp

    r775 r778  
    2727         type operator=(const type & value)                       \ 
    2828         { return (CAttributeTemplate<type>::operator=(value)); } \ 
    29          virtual bool isAttributePublic()                         \ 
     29         virtual bool isPublic() const                            \ 
    3030         { return false; }                                        \ 
    3131         virtual ~name##_attr(void)                               \ 
     
    4848         using CAttributeArray<T_num, T_rank>::operator = ;       \ 
    4949         name##_attr(void) : CAttributeArray<T_num, T_rank> (#name, *CAttributeMap::Current) {} \ 
    50          virtual bool isAttributePublic()                         \ 
     50         virtual bool isPublic() const                            \ 
    5151         { return false; }                                        \ 
    5252         virtual ~name##_attr(void) {}                            \ 
Note: See TracChangeset for help on using the changeset viewer.