Changeset 17672


Ignore:
Timestamp:
04/08/14 13:25:25 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: GetVectorFromInputs needs to call GetInputListOnVertices

File:
1 edited

Legend:

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

    r17671 r17672  
    537537        /*Fill in values*/
    538538        this->GetVertexPidList(vertexpidlist);
    539         this->GetInputListOnNodesVelocity(values,input_enum);
     539        this->GetInputListOnVertices(values,input_enum);
    540540        vector->SetValues(numvertices,vertexpidlist,values,INS_VAL);
    541541
Note: See TracChangeset for help on using the changeset viewer.