Changeset 375dcf for molecuilder/src/boundary.cpp
- Timestamp:
- Jun 27, 2008, 9:14:58 PM (17 years ago)
- Children:
- 74baec
- Parents:
- d7b1bf
- git-author:
- Frederik Heber <heber@…> (06/27/08 21:12:52)
- git-committer:
- Frederik Heber <heber@…> (06/27/08 21:14:58)
- File:
-
- 1 edited
-
molecuilder/src/boundary.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
rd7b1bf r375dcf 702 702 secondline++; 703 703 } while (!( 704 ( BPS[0] == secondline->second.first->second) && (BPS[1] != secondline->second.second->second) ||705 ( BPS[0] == secondline->second.second->second) && (BPS[1] != secondline->second.first->second) ||706 ( BPS[1] == secondline->second.first->second) && (BPS[0] != secondline->second.second->second) ||707 ( BPS[1] == secondline->second.second->second) && (BPS[0] != secondline->second.first->second)704 ((BPS[0] == secondline->second.first->second) && (BPS[1] != secondline->second.second->second)) || 705 ((BPS[0] == secondline->second.second->second) && (BPS[1] != secondline->second.first->second)) || 706 ((BPS[1] == secondline->second.first->second) && (BPS[0] != secondline->second.second->second)) || 707 ((BPS[1] == secondline->second.second->second) && (BPS[0] != secondline->second.first->second)) 708 708 )); 709 709 BPS[0] = secondline->second.first->second;
Note:
See TracChangeset
for help on using the changeset viewer.
