Changeset 12878 for issm/branches/trunk-jpl-damage/src/c/toolkits/plapack/patches/CyclicalFactorization.cpp
- Timestamp:
- 08/02/12 17:13:12 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:mergeinfo changed
-
issm/branches/trunk-jpl-damage/src/c/toolkits/plapack/patches/CyclicalFactorization.cpp
r3595 r12878 44 44 int i; 45 45 46 decomp=x malloc(input*sizeof(int));46 decomp=xNew<int>(input); 47 47 *decomp=input; 48 48 for (i=0;i<input;i++){ … … 57 57 } 58 58 } 59 60 59 *pdecomp=decomp; 61 60 }
Note:
See TracChangeset
for help on using the changeset viewer.