Skip to content

Commit

Permalink
Output to stdout if no -O option supplied.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Oct 21, 2020
1 parent 504b7b4 commit 6a64765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlapErrorAdjustment/fixErrors.C
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main(int argc, char **argv) {
char const *seqStoreIn = nullptr;
char const *redIn = nullptr;

char const *outName = nullptr;
char const *outName = "-";

uint32 bgnID = 1;
uint32 endID = UINT32_MAX;
Expand Down

0 comments on commit 6a64765

Please sign in to comment.