Changeset 18030


Ignore:
Timestamp:
05/20/14 10:10:49 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed AD compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/controlvalidation_core.cpp

    r18029 r18030  
    5555        IssmDouble incr = -0.2;
    5656        IssmDouble exp1 = -8.;
    57         int        num  = reCast<int>((exp1-exp0)/incr);
     57        int        num  = reCast<int,IssmDouble>((exp1-exp0)/incr);
    5858
    5959        /*Allocate output*/
Note: See TracChangeset for help on using the changeset viewer.