Ignore:
Timestamp:
04/15/16 14:27:45 (8 years ago)
Author:
mhnguyen
Message:

Fixing some minors bug appeared under gcc 5.3

+) Make sure depend name come with typename
+) Correct typo in Fortran interface

Test
+) Compiling with gcc 5.3: NO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/transformation.hpp

    r836 r840  
    4343 
    4444  template<typename T> 
    45   CTransformation<T>::CallBackMap* CTransformation<T>::transformationCreationCallBacks_ = 0; //CTransformation<T>::CallBackMap(); 
     45  typename CTransformation<T>::CallBackMap* CTransformation<T>::transformationCreationCallBacks_ = 0; //CTransformation<T>::CallBackMap(); 
    4646 
    4747  template<typename T> 
Note: See TracChangeset for help on using the changeset viewer.