Ignore:
Timestamp:
06/27/12 14:31:45 (13 years ago)
Author:
utke
Message:

reCast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ComputeBasalStressx/ComputeBasalStressx.cpp

    r11695 r12572  
    1515        int i;
    1616        int      found=0;
    17         double   numberofelements;
     17        IssmDouble   numberofelements;
    1818        Element* element=NULL;
    1919
     
    2525
    2626        /*Allocate sigma on numberofelements: */
    27         sigma=new Vector((int)numberofelements);
     27        sigma=new Vector(reCast<int>(numberofelements));
    2828
    2929        /*Compute basal stress for each element: */
Note: See TracChangeset for help on using the changeset viewer.