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_template_decl.cpp

    r2118 r2120  
    1313  template class CAttributeTemplate<CDuration> ; 
    1414 
    15 #define macrotype(_TYPE_)                                               \ 
    16   template<> int CAttributeTemplate<_TYPE_>::TV_ttf_display_type( const CAttributeTemplate<_TYPE_>* attr ) \ 
    17   {\ 
    18     return show_TV_ttf_display_type (attr) ;\ 
    19   } 
    20  
    21 macrotype(double) 
    22 macrotype(int) 
    23 macrotype(bool) 
    24 macrotype(string) 
    25 //macrotype(CDate) 
    26 //macrotype(CDuration) 
    27 #undef macrotype 
    28  
    2915} 
Note: See TracChangeset for help on using the changeset viewer.