Changeset d484a32 for src/dgp/dgp1.cc
- Timestamp:
- 10/24/14 13:07:15 (10 years ago)
- Branches:
- master
- Children:
- acbabee
- Parents:
- 56c300b
- git-author:
- Tomasz Obrebski <obrebski@…> (10/24/14 13:07:15)
- git-committer:
- Tomasz Obrebski <obrebski@…> (10/24/14 13:07:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/dgp/dgp1.cc
r519eaf5 rd484a32 82 82 { 83 83 ret = *ps; 84 fprintf(stderr,"#\tsucceeded because of LH/LV equality ()\n");84 if(debug) fprintf(stderr,"#\tsucceeded because of LH/LV equality ()\n"); 85 85 } 86 86 else 87 87 { 88 fprintf(stderr,"#\tfailed beacause of LH/LV inequality\n");88 if(debug) fprintf(stderr,"#\tfailed beacause of LH/LV inequality\n"); 89 89 } 90 90 } … … 517 517 if(debug) fprintf(stderr," ...SUCCESS!\n"); 518 518 connect_left( j, i, **ri, new_head_boubbles, new_dep_boubbles); 519 lvi.update_edge(sgraph,i); 519 520 } 520 521 else
Note: See TracChangeset
for help on using the changeset viewer.