Changeset 27380
- Timestamp:
- 11/10/22 16:43:55 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Nodes.cpp
r26144 r27380 181 181 * object that is not a clone, tell them to show their dofs, so that later on, they can get picked 182 182 * up by their clones: */ 183 int maxdofspernode = this->MaxNumDofs( GsetEnum);183 int maxdofspernode = this->MaxNumDofs(setenum); 184 184 int* truedofs = xNewZeroInit<int>(this->Size()*maxdofspernode); //only one alloc 185 185 for(int rank=0;rank<num_procs;rank++){
Note:
See TracChangeset
for help on using the changeset viewer.