Skip to content

Commit cd4b531

Browse files
authored
Update bgaMain.cpp
1 parent 1e8fb07 commit cd4b531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bgaMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ using namespace std;
2626

2727
int main(int argc, char** argv)
2828
{
29-
if (argc < 1) {
29+
if (argc < 2) {
3030
cerr << "Error: no input graph given.\n";
3131
return 1;
3232
}

0 commit comments

Comments
 (0)