Skip to content

Commit

Permalink
Merge pull request #1806 from dtcenter/task_1801_dev_plot_tcmpr
Browse files Browse the repository at this point in the history
Bugfix 1801 develop plot tcmpr
  • Loading branch information
bikegeek authored May 21, 2021
2 parents 564c657 + 7a88a83 commit 385088d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions met/scripts/Rscripts/plot_tcmpr.R
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,6 @@ for(i in 1:length(info_list)) {
cat("Found ", length(uniq_list), " unique entries for ", info_list[i], ": ",
paste(uniq_list, collapse=", "), "\n", sep='');

# Check for a single BDECK model
if(info_list[i] == "BMODEL" & length(uniq_list) != 1) {
cat("ERROR: Must have exactly 1 BDECK model name. ",
"Try setting \"-bmodel name\" in the \"-filter\" option.\n");
quit(status=1);
}
}

########################################################################
Expand Down

0 comments on commit 385088d

Please sign in to comment.