From ed35ba64968e2bf1c9af6d2cbe71d9c11fa2afdc Mon Sep 17 00:00:00 2001 From: Sylvie Lamy-Thepaut Date: Fri, 19 May 2023 13:13:04 +0100 Subject: [PATCH] e-suite: Improve formatting of eps_heigth --- src/web/WrepJSon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/WrepJSon.cc b/src/web/WrepJSon.cc index e1bd8274..a5db95dd 100644 --- a/src/web/WrepJSon.cc +++ b/src/web/WrepJSon.cc @@ -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_);