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/array_new.cpp

    r2118 r2120  
    44{ 
    55 
    6 #define macrotyperank(_TYPE_,_RANK_)\ 
    7   template<> int CArray<_TYPE_,_RANK_>::TV_ttf_display_type( const CArray<_TYPE_,_RANK_>* array ) \ 
    8   {\ 
    9     return show_TV_ttf_display_type (array) ;\ 
    10   } 
    11  
    12 #define macrotype(_TYPE_)\ 
    13 macrotyperank(_TYPE_,1)\ 
    14 macrotyperank(_TYPE_,2)\ 
    15 macrotyperank(_TYPE_,3)\ 
    16 macrotyperank(_TYPE_,4)\ 
    17 macrotyperank(_TYPE_,5)\ 
    18 macrotyperank(_TYPE_,6)\ 
    19 macrotyperank(_TYPE_,7) 
    20  
    21 macrotype(double) 
    22 macrotype(int) 
    23 macrotype(bool) 
    24 macrotype(size_t) 
    25 macrotype(float) 
    26 macrotype(string) 
    27  
    28 #undef macrotyperank 
    29 #undef macrotype 
    306 
    317} 
Note: See TracChangeset for help on using the changeset viewer.