Skip to content

Commit

Permalink
e-suite: Improve formatting of eps_heigth
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvielamythepaut committed May 19, 2023
1 parent f3f25d2 commit ed35ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/WrepJSon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ void WrepJSon::visit(TextVisitor& text) {
text.update("json", "station_name", station_name_);
if (!expver_.empty() && expver_ != "0001")
text.update("json", "expver", " [" + expver_ + "] ");
text.update("json", "ens_height", tostring(epsz_));
text.update("json", "ens_height", maground(epsz_));
}

text.update("json", "product_info", product_info_);
Expand Down

0 comments on commit ed35ba6

Please sign in to comment.