Changeset 5788
- Timestamp:
- 09/13/10 17:48:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp
r5781 r5788 190 190 191 191 192 if( this->row_ssize){192 if((this->row_ssize!=0) && (this->row_fsize!=0)){ 193 193 /*first, retrieve values that are in the f and s-set from the g-set values matrix: */ 194 194 internalvalues=(double*)xmalloc(this->row_fsize*this->row_ssize*sizeof(double));
Note:
See TracChangeset
for help on using the changeset viewer.