Changeset 27380


Ignore:
Timestamp:
11/10/22 16:43:55 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Nodes.cpp

    r26144 r27380  
    181181         * object that is not a clone, tell them to show their dofs, so that later on, they can get picked
    182182         * up by their clones: */
    183         int  maxdofspernode = this->MaxNumDofs(GsetEnum);
     183        int  maxdofspernode = this->MaxNumDofs(setenum);
    184184        int* truedofs       = xNewZeroInit<int>(this->Size()*maxdofspernode); //only one alloc
    185185        for(int rank=0;rank<num_procs;rank++){
Note: See TracChangeset for help on using the changeset viewer.