Changeset 6964
- Timestamp:
- 01/06/11 08:19:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/InterpFromMesh2dx/InterpFromMesh2dx.cpp
r6961 r6964 76 76 } 77 77 else{ 78 incontour=(double*) mxMalloc(nods_prime*sizeof(double));78 incontour=(double*)xmalloc(nods_prime*sizeof(double)); 79 79 for (i=0;i<nods_prime;i++) incontour[i]=1; 80 80 }
Note:
See TracChangeset
for help on using the changeset viewer.