Skip to content

Commit

Permalink
Per #1646, one line fix for cut-and-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jan 28, 2021
1 parent 310aa1f commit 62fd0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/libcode/vx_data2d/data2d_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void set_attrs(const VarInfo *info, DataPlane &dp) {
mlog << Debug(3) << "Resetting accumulation interval from "
<< sec_to_hhmmss(dp.accum()) << " to "
<< sec_to_hhmmss(info->accum_attr()) << ".\n";
dp.set_lead(info->accum_attr());
dp.set_accum(info->accum_attr());
}

return;
Expand Down

0 comments on commit 62fd0f3

Please sign in to comment.