Changeset f75030 for molecuilder/src/stackclass.hpp
- Timestamp:
- May 23, 2008, 9:17:19 AM (17 years ago)
- Children:
- 6145aa7
- Parents:
- 6c96f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/stackclass.hpp
r6c96f4 rf75030 251 251 template <typename T> void StackClass<T>::ClearStack() 252 252 { 253 for(int i= 0;i<EntryCount; i++)253 for(int i=EntryCount; i--;) 254 254 StackList[i] = NULL; 255 255 CurrentFirstEntry = 0;
Note:
See TracChangeset
for help on using the changeset viewer.