Changeset 6031
- Timestamp:
- 09/24/10 15:13:49 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Numerics/ElementMatrix.cpp
r6029 r6031 135 135 this->row_flocaldoflist[counter] =P[Ke2->row_flocaldoflist[i]]; 136 136 this->row_fglobaldoflist[counter]=Ke2->row_fglobaldoflist[i]; 137 counter++; 137 138 } 138 139 } … … 161 162 this->row_slocaldoflist[counter] =P[Ke2->row_slocaldoflist[i]]; 162 163 this->row_sglobaldoflist[counter]=Ke2->row_sglobaldoflist[i]; 164 counter++; 163 165 } 164 166 }
Note:
See TracChangeset
for help on using the changeset viewer.