Skip to content

Commit

Permalink
code norm
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Nov 13, 2023
1 parent f81cbc6 commit 5c8526f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/obsproc/Ghrsst2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ namespace gdasapp {
iodaVars.trim(boundsCheck);

// Replace datime by its mean
// TODO (ASGM): Remove when the time reading is fixed
// TODO(ASGM): Remove when the time reading is fixed
int64_t mean = iodaVars.datetime_.sum() / iodaVars.datetime_.size();
iodaVars.datetime_.setConstant(mean);

Expand Down

0 comments on commit 5c8526f

Please sign in to comment.