diff --git a/src/libcode/vx_shapedata/mode_conf_info.cc b/src/libcode/vx_shapedata/mode_conf_info.cc index 410d47174..73970d853 100644 --- a/src/libcode/vx_shapedata/mode_conf_info.cc +++ b/src/libcode/vx_shapedata/mode_conf_info.cc @@ -635,7 +635,7 @@ void ModeConfInfo::process_config_fcst(GrdFileType ftype, int field_index) void ModeConfInfo::process_config_obs(GrdFileType otype, int field_index) { - Dicationary * obs_dict = conf.lookup_dictionary(conf_key_obs); + Dictionary * obs_dict = conf.lookup_dictionary(conf_key_obs); shift_right = obs_dict->lookup_int(conf_key_shift_right); if (field_index == 0) { @@ -765,7 +765,7 @@ void ModeConfInfo::config_set_all_percentile_thresholds(const std::vectorneed_merge_thresh() ) set_obs_merge_thresh_by_index (k); - } if ( data_type != ModeDataType::MvMode_Obs && Fcst->need_merge_thresh() ) set_fcst_merge_thresh_by_index (k); - } } //////////////////////////////////////////////////////////////////////// @@ -1533,10 +1531,8 @@ void ModeConfInfo::set_conv_thresh_by_merge_index(int k) { if ( data_type != ModeDataType::MvMode_Fcst && Obs->need_merge_thresh() ) set_obs_conv_thresh_by_merge_index (k); - } if ( data_type != ModeDataType::MvMode_Obs && Fcst->need_merge_thresh() ) set_fcst_conv_thresh_by_merge_index (k); - } } ////////////////////////////////////////////////////////////////////////