Changeset ef5521 for molecuilder/src/linkedcell.cpp
- Timestamp:
- Aug 7, 2009, 12:46:27 PM (16 years ago)
- Children:
- 609e48
- Parents:
- 0fc0b5
- File:
-
- 1 edited
-
molecuilder/src/linkedcell.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/linkedcell.cpp
r0fc0b5 ref5521 54 54 } 55 55 set->GoToFirst(); 56 while (!set->Is Last()) {56 while (!set->IsEnd()) { 57 57 Walker = set->GetPoint(); 58 58 for (int i=0;i<NDIM;i++) { … … 87 87 cout << Verbose(2) << "Filling cells ... "; 88 88 set->GoToFirst(); 89 while (!set->Is Last()) {89 while (!set->IsEnd()) { 90 90 Walker = set->GetPoint(); 91 91 for (int i=0;i<NDIM;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
