fixed impl. for swap predecessor

This commit is contained in:
Eric Berberich 2007-11-02 12:34:54 +00:00
parent cd0e6d204b
commit ba4fdffdd3
1 changed files with 0 additions and 4 deletions

View File

@ -286,13 +286,9 @@ public:
*/
bool swap_predecessors(Event * event) const
{
#if 0
return false;
#else
return
(event->boundary_in_x() == NO_BOUNDARY &&
event->boundary_in_y() == BEFORE_DISCONTINUITY);
#endif
}
/*! Get the current top face. */