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/linkedcell.cpp

    r0fc0b5 ref5521  
    5454  }
    5555  set->GoToFirst();
    56   while (!set->IsLast()) {
     56  while (!set->IsEnd()) {
    5757    Walker = set->GetPoint();
    5858    for (int i=0;i<NDIM;i++) {
     
    8787  cout << Verbose(2) << "Filling cells ... ";
    8888  set->GoToFirst();
    89   while (!set->IsLast()) {
     89  while (!set->IsEnd()) {
    9090    Walker = set->GetPoint();
    9191    for (int i=0;i<NDIM;i++) {
Note: See TracChangeset for help on using the changeset viewer.