Changeset 588 for XIOS/trunk/src/functor


Ignore:
Timestamp:
04/03/15 17:30:22 (9 years ago)
Author:
aclsce
Message:
  • Fixed bug related to average temporal operation
  • Back to previous netcdf version on Curie waiting for a way to handle specific compilation environment for different users.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/functor/average.cpp

    r501 r588  
    4141            const double * in=_dinput.dataFirst() ; 
    4242            int* nc=nbcalls.dataFirst() ; 
    43             for (i=0; i<n; ++i,++nc)  
     43            for (i=0; i<n; ++i,++nc,++in)  
    4444              if (*in!=missingValue) (*nc) ++; 
    4545          } 
Note: See TracChangeset for help on using the changeset viewer.