Changeset 17323


Ignore:
Timestamp:
02/20/14 13:55:32 (11 years ago)
Author:
seroussi
Message:

NEW: adding assert in NodeInSset

File:
1 edited

Legend:

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

    r17321 r17323  
    454454        /*Put dof for this node into the f set (ie, this dof will NOT be constrained
    455455         * to a fixed value during computations. */
     456        _assert_(dof<this->indexing.gsize);
    456457
    457458        if(this->indexing.f_set[dof] == 0){
Note: See TracChangeset for help on using the changeset viewer.