Changeset 904


Ignore:
Timestamp:
07/25/16 18:48:27 (8 years ago)
Author:
mhnguyen
Message:

Correcting error with gcc 4.4.

+) Remove an unnecessary typename

Test
+) Local
+) Gcc4.8, options: -Wall -Wpedantic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/Functions/reduction.cpp

    r895 r904  
    3030{ 
    3131  int reduceTypeInt = reduceType; 
    32   typename CallBackMap::const_iterator it = (*reductionCreationCallBacks_).find(reduceType); 
     32  CallBackMap::const_iterator it = (*reductionCreationCallBacks_).find(reduceType); 
    3333  if ((*reductionCreationCallBacks_).end() == it) 
    3434  { 
Note: See TracChangeset for help on using the changeset viewer.