Changeset 4204
- Timestamp:
- 06/24/10 16:01:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Hook.cpp
r4178 r4204 196 196 197 197 /*allocate: */ 198 if (num< =0) ISSMERROR("cannot demarshall Hook as num<=0");198 if (num<0) ISSMERROR("cannot demarshall Hook as num<=0"); 199 199 this->ids=(int*)xmalloc(num*sizeof(int)); 200 200 this->offsets=(int*)xmalloc(num*sizeof(int));
Note:
See TracChangeset
for help on using the changeset viewer.