Ignore:
Timestamp:
03/30/21 17:11:36 (3 years ago)
Author:
ymipsl
Message:

remove attempt to visualize blitz array throw totalview API.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_decl.cpp

    r2118 r2120  
    2020  template class CAttributeArray<StdString,2> ; 
    2121 
    22 #define macrotyperank(_TYPE_,_RANK_)                                    \ 
    23   template<> int CAttributeArray<_TYPE_,_RANK_>::TV_ttf_display_type(const CAttributeArray<_TYPE_,_RANK_>* array ) \ 
    24   {\ 
    25     return CAttributeArray<_TYPE_,_RANK_>::show_TV_ttf_display_type (array) ;\ 
    26   } 
    27  
    28 #define macrotype(_TYPE_)\ 
    29 macrotyperank(_TYPE_,1)\ 
    30 macrotyperank(_TYPE_,2)\ 
    31 macrotyperank(_TYPE_,3)\ 
    32 macrotyperank(_TYPE_,4)\ 
    33 macrotyperank(_TYPE_,5)\ 
    34 macrotyperank(_TYPE_,6)\ 
    35 macrotyperank(_TYPE_,7) 
    36  
    37 macrotype(double) 
    38 macrotype(int) 
    39 macrotype(bool) 
    40 macrotype(size_t) 
    41 macrotype(float) 
    42 macrotype(string) 
    43  
    44 #undef macrotyperank 
    45 #undef macrotype 
    46  
    4722} 
Note: See TracChangeset for help on using the changeset viewer.