Skip to content

Commit

Permalink
Debugging, all disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Jun 17, 2013
1 parent dc85ba1 commit 06ceb71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/AS_OVM/overlapInCore-Find_Overlaps.C
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ void Add_Match(String_Ref_t ref,
wa -> Match_Node_Space [(* start)] . Start = offset;
wa -> Match_Node_Space [(* start)] . Next = save;

return;
#if 0
fprintf(stderr, "Add_Match()-- %3d offset %d len %d start %d next %d\n",
*start,
wa -> Match_Node_Space [(* start)] . Offset,
wa -> Match_Node_Space [(* start)] . Len,
wa -> Match_Node_Space [(* start)] . Start,
wa -> Match_Node_Space [(* start)] . Next);
#endif
}


Expand Down

0 comments on commit 06ceb71

Please sign in to comment.