Skip to content

Commit 279ec86

Browse files
Merge pull request #157 from smithlabcode/pmd-insufficient-data-bug-fix
Fixes 156: pmd bug
2 parents 0f01694 + 24a20f0 commit 279ec86

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/analysis/pmd.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,10 +1265,9 @@ main_pmd(int argc, const char **argv) {
12651265
if (insufficient_data) {
12661266
// ADS: first check for insufficient data; another is needed if
12671267
// fixed bin size is used
1268-
if (VERBOSE) {
1268+
if (VERBOSE)
12691269
cerr << "EXITING: INSUFFICIENT DATA" << endl;
1270-
return EXIT_SUCCESS;
1271-
}
1270+
return EXIT_SUCCESS;
12721271
}
12731272

12741273
if (VERBOSE)

0 commit comments

Comments
 (0)