Skip to content
Snippets Groups Projects
Commit 1bf6aaf0 authored by lindenb's avatar lindenb
Browse files

error message

parent e53d6086
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ int BedSplit::main(int argc,char** argv)
if(num_beans<=0)
{
cerr << "Error: num_beans==0.\n" << endl;
usage(cerr);
return EXIT_FAILURE;
}
if(algorithm==NULL || strcmp(algorithm,"size")==0 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment