Changeset 16991
- Timestamp:
- 12/03/13 09:21:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp
r16990 r16991 3204 3204 ElementMatrix* Ke =new ElementMatrix(Ke1,Ke2,Ke3); 3205 3205 3206 //Ke2=element->CreateKMatrix();3207 //for(int i=0;i<12;i++){3208 // for(int j=0;j<12;j++){3209 // if(Ke->values[i*12+j] != Ke2->values[i*12+j]){3210 // Ke->Echo();3211 // Ke2->Echo();3212 // printf("ID = %i\n",element->Id());3213 // _error_("S");3214 // }3215 // }3216 //}3217 3218 3206 /*clean-up and return*/ 3219 3207 delete Ke1;
Note:
See TracChangeset
for help on using the changeset viewer.