Changeset 14434
- Timestamp:
- 03/05/13 18:18:48 (12 years ago)
- Location:
- issm/trunk-jpl/src/c/classes/matrix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/matrix/ElementMatrix.cpp
r13622 r14434 251 251 IssmDouble* localvalues=NULL; 252 252 253 /*Check that Kff has been alocated in debugging mode*/ 254 _assert_(Kff); 255 253 256 /*If Kfs is not provided, call the other function*/ 254 257 if(!Kfs){ -
issm/trunk-jpl/src/c/classes/matrix/ElementVector.cpp
r13761 r14434 190 190 IssmDouble* localvalues=NULL; 191 191 192 if(this->fsize ){192 if(this->fsize && pf){ 193 193 /*first, retrieve values that are in the f-set from the g-set values vector: */ 194 194 localvalues=xNew<IssmDouble>(this->fsize);
Note:
See TracChangeset
for help on using the changeset viewer.