Ignore:
Timestamp:
03/26/21 11:27:42 (3 years ago)
Author:
jderouillat
Message:

Enable GNU compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/array_new.hpp

    r1918 r2118  
    299299        : Array<T_numtype,N_rank>(array, r0,r1, r2, r3, r4, r5, r6, r7, r8, r9, r10) 
    300300        , initialized(true) 
    301       { bool neverTrue ; neverTrue=false ; bool neverTrue ; neverTrue=false ; if(neverTrue) inc_symbol(); } 
     301      { bool neverTrue ; neverTrue=false ; if(neverTrue) inc_symbol(); } 
    302302 
    303303      virtual ~CArray() {} 
     
    645645 
    646646#define macrotyperank(_TYPE_,_RANK_)\ 
    647   template<> int CArray<_TYPE_,_RANK_>::TV_ttf_display_type( const CArray<_TYPE_,_RANK_>* array ) \ 
    648   {\ 
    649     return show_TV_ttf_display_type (array) ;\ 
    650   } 
     647  template<> int CArray<_TYPE_,_RANK_>::TV_ttf_display_type( const CArray<_TYPE_,_RANK_>* array ); 
    651648 
    652649#define macrotype(_TYPE_)\ 
Note: See TracChangeset for help on using the changeset viewer.