Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -66,9 +66,9 @@ static class AggType{
@Option(names = {"-m", "--merge"}, description = "merge to one file")
private boolean merge = false;
@Option(names = {"-r", "--start-row"}, description = "")
private int startROW = 1;
private int startROW = 2;
@Option(names = {"-l", "--start-col"}, description = "")
private int startCOL = 2;
private int startCOL = 3;

private int aggType = 0;
private ArrayList<File> matFiles = new ArrayList<File>();
Expand Down