Changeset 4204


Ignore:
Timestamp:
06/24/10 16:01:39 (15 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

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

    r4178 r4204  
    196196       
    197197        /*allocate: */
    198         if (num<=0) ISSMERROR("cannot demarshall Hook as num<=0");
     198        if (num<0) ISSMERROR("cannot demarshall Hook as num<=0");
    199199        this->ids=(int*)xmalloc(num*sizeof(int));
    200200        this->offsets=(int*)xmalloc(num*sizeof(int));
Note: See TracChangeset for help on using the changeset viewer.