Changeset 3387
- Timestamp:
- 04/05/10 09:34:03 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Hook.cpp
r3386 r3387 268 268 269 269 /*check NULL: */ 270 if (this->objects= NULL)ISSMERROR("hook is not pointing to any object, objects pointer is NULL");270 if (this->objects==NULL) ISSMERROR("hook is not pointing to any object, objects pointer is NULL"); 271 271 272 272 return *objects;
Note:
See TracChangeset
for help on using the changeset viewer.