Skip to content

Commit 33d3a9b

Browse files
committed
missing continue for adding the option -edge of RNA models
1 parent 77774d0 commit 33d3a9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/tools.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2660,6 +2660,7 @@ void parseArg(int argc, char *argv[], Params &params) {
26602660
params.partition_type = BRLEN_OPTIMIZE;
26612661
else
26622662
throw "Use --edge equal|scale|unlink";
2663+
continue;
26632664
}
26642665

26652666
if (strcmp(argv[cnt], "-rcluster") == 0 || strcmp(argv[cnt], "--rcluster") == 0) {

0 commit comments

Comments
 (0)