Ignore:
Timestamp:
03/23/15 11:18:04 (9 years ago)
Author:
rlacroix
Message:

Add a missing return statement to the CDuration::solveTimeStep method.

Cosmetic only, the return value was never used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/duration.cpp

    r550 r579  
    112112        year   += timestep * timeStep.year; 
    113113        timestep = 0.0; 
     114        return *this; 
    114115      } 
    115116 
Note: See TracChangeset for help on using the changeset viewer.