Changeset 12559
- Timestamp:
 - 06/26/12 11:56:34 (13 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
issm/trunk-jpl/src/c/objects/Params/IntVecParam.cpp
r12520 r12559 47 47 if(M){ 48 48 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]); 50 50 } 51 51 else values=NULL;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)