Changeset 1361
- Timestamp:
- 12/06/17 14:05:12 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/declare_ref_func.hpp
r1158 r1361 90 90 } \ 91 91 \ 92 const StdString C##type::get##type##OutputName(void) const \92 const StdString C##type::get##type##OutputName(void) const \ 93 93 { \ 94 if (!this->name.isEmpty()) \ 95 return this->name; \ 96 else if (hasDirect##type##Reference()) \ 94 if (!this->name.isEmpty()) return this->name; \ 95 else if (this->hasAutoGeneratedId() && hasDirect##type##Reference()) \ 97 96 { \ 98 97 const C##type* refer_ptr = this, *tmp_ptr; \
Note: See TracChangeset
for help on using the changeset viewer.