- Timestamp:
- 06/27/12 14:31:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ComputeBasalStressx/ComputeBasalStressx.cpp
r11695 r12572 15 15 int i; 16 16 int found=0; 17 double numberofelements;17 IssmDouble numberofelements; 18 18 Element* element=NULL; 19 19 … … 25 25 26 26 /*Allocate sigma on numberofelements: */ 27 sigma=new Vector( (int)numberofelements);27 sigma=new Vector(reCast<int>(numberofelements)); 28 28 29 29 /*Compute basal stress for each element: */
Note:
See TracChangeset
for help on using the changeset viewer.