Changeset 3387


Ignore:
Timestamp:
04/05/10 09:34:03 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor bug fix

File:
1 edited

Legend:

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

    r3386 r3387  
    268268
    269269        /*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");
    271271
    272272        return *objects;
Note: See TracChangeset for help on using the changeset viewer.