Changeset 26131 for issm/trunk-jpl/src/c/classes/Nodes.cpp
- Timestamp:
- 03/23/21 11:52:52 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Nodes.cpp
r25539 r26131 187 187 * object that is not a clone, tell them to show their dofs, so that later on, they can get picked 188 188 * up by their clones: */ 189 int maxdofspernode = this->MaxNumDofs( setenum);189 int maxdofspernode = this->MaxNumDofs(GsetEnum); 190 190 int* truedofs = xNewZeroInit<int>(this->Size()*maxdofspernode); //only one alloc 191 191 for(int rank=0;rank<num_procs;rank++){
Note:
See TracChangeset
for help on using the changeset viewer.