Ignore:
Timestamp:
12/10/12 23:48:21 (12 years ago)
Author:
ymipsl
Message:

PGI port on CURIE

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/array_new.hpp

    r369 r394  
    162162    virtual size_t size(void) const { return (this->dimensions()+1)*sizeof(int)+sizeof(size_t) + this->numElements()*sizeof(T_numtype) ;} 
    163163  
    164     virtual CArray* clone(void) const { return new CArray(*this); } 
     164    virtual CBaseType* clone(void) const { return new CArray(*this); } 
    165165        
    166166    virtual bool toBuffer(CBufferOut& buffer) const 
Note: See TracChangeset for help on using the changeset viewer.