Changeset 5353


Ignore:
Timestamp:
08/18/10 09:27:14 (15 years ago)
Author:
Mathieu Morlighem
Message:

Stupid check removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Hook.cpp

    r5341 r5353  
    187187        }
    188188        else{
    189                 /*Some checks in debugging mode*/
    190                 /*{{{2*/
    191                 ISSMASSERT(this->ids);
    192                 ISSMASSERT(this->offsets);
    193                 /*}}}*/
    194189
    195190                this->ids=(int*)xmalloc(num*sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.