Skip to content

Commit

Permalink
Fixed spelling error/bug in apps/teca_bayesian_ar_detect.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed May 18, 2022
1 parent 3b32a89 commit 31d3ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/teca_bayesian_ar_detect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ int main(int argc, char **argv)
ar_tag->set_threshold_variable(
ar_detect->get_ar_probability_variable());

if (!opt_vals["segement_variable"].defaulted())
if (!opt_vals["segment_variable"].defaulted())
ar_tag->set_segmentation_variable(
opt_vals["segment_variable"].as<std::string>());

Expand Down

0 comments on commit 31d3ca4

Please sign in to comment.