Changeset 972


Ignore:
Timestamp:
11/03/15 12:20:15 (9 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/flowlayout/XGroupItem.java

    r970 r972  
    470470                                                if (xgroup_item != this) {
    471471                                               
    472                                                         if(out_of_flow.contains(xgroup_item) && daisyChainContainsLoop(toplevel_xgroup, start_item, new ArrayList<XGroupItem>())) {
     472                                                        if(/*out_of_flow.contains(xgroup_item) &&*/ daisyChainContainsLoop(toplevel_xgroup, start_item, new ArrayList<XGroupItem>())) {
    473473                                                                System.err.println("#Found infinite loop; not following.");
    474474                                                                continue;
Note: See TracChangeset for help on using the changeset viewer.