Ignore:
Timestamp:
Aug 7, 2009, 12:46:27 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
609e48
Parents:
0fc0b5
Message:

BUGFIX: PointCloud implementation in molecule stopped one before last, IsLast() -> IsEnd()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/tesselation.hpp

    r0fc0b5 ref5521  
    163163  virtual void GoToLast() {};
    164164  virtual bool IsEmpty() { return false; };
    165   virtual bool IsLast() { return false; };
     165  virtual bool IsEnd() { return false; };
    166166};
    167167
Note: See TracChangeset for help on using the changeset viewer.