Ignore:
Timestamp:
06/26/12 11:56:34 (13 years ago)
Author:
utke
Message:

reCast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Params/IntVecParam.cpp

    r12520 r12559  
    4747        if(M){
    4848                values=xNew<int>(M);
    49                 for(int i=0;i<in_M;i++) values[i]=(int)in_values[i];
     49                for(int i=0;i<in_M;i++) values[i]=reCast<int>(in_values[i]);
    5050        }
    5151        else values=NULL;
Note: See TracChangeset for help on using the changeset viewer.