Changeset b97a556 for src/dgp/dgp1.cc
- Timestamp:
- 11/19/13 10:07:16 (11 years ago)
- Branches:
- master
- Children:
- b30c30d
- Parents:
- e0cd003
- git-author:
- Tomasz Obrebski <to@…> (11/19/13 09:55:00)
- git-committer:
- Tomasz Obrebski <obrebski@…> (11/19/13 10:07:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgp/dgp1.cc
r3b02b04 rb97a556 173 173 174 174 if(debug) sgraph.print_node_debug(stderr,"C ",newheadind,h); 175 if(debug) print_sets(newheadind);175 // if(debug) print_sets(newheadind); 176 176 return newheadind; 177 177 } … … 192 192 193 193 if(debug) sgraph.print_node_debug(stderr,"C ",newind,d); 194 if(debug) print_sets(newind);194 // if(debug) print_sets(newind); 195 195 196 196 return newind; … … 212 212 213 213 if(debug) sgraph.print_node_debug(stderr,"C ",newheadind,h); 214 if(debug) print_sets(newheadind);214 // if(debug) print_sets(newheadind); 215 215 216 216 return newheadind; … … 230 230 231 231 if(debug) sgraph.print_node_debug(stderr,"C ",newind,d); 232 if(debug) print_sets(newind);232 // if(debug) print_sets(newind); 233 233 234 234 return newind; … … 304 304 if(debug) sgraph.print_arc(stderr,newheadind,d,l.role,0); 305 305 if(debug) sgraph.print_node_debug(stderr,"U ",newheadind,h); 306 if(debug) print_sets(newheadind);306 // if(debug) print_sets(newheadind); 307 307 if(debug) sgraph.print_node_debug(stderr,"U ",newdepind,d); 308 if(debug) print_sets(newdepind);308 // if(debug) print_sets(newdepind); 309 309 } 310 310
Note: See TracChangeset
for help on using the changeset viewer.