From 7bfc8bc1fe6e37f7d1f6a1e3fbd4390cf640e8eb Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Sun, 23 Aug 2015 15:58:50 +0200 Subject: Show tissue ceilings in tenth of m/ft Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.c b/profile.c index 67168547b..0722151a3 100644 --- a/profile.c +++ b/profile.c @@ -1209,7 +1209,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me for (k = 0; k < 16; k++) { if (entry->ceilings[k]) { depthvalue = get_depth_units(entry->ceilings[k], NULL, &depth_unit); - put_format(b, translate("gettextFromC", "Tissue %.0fmin: %.0f%s\n"), buehlmann_N2_t_halflife[k], depthvalue, depth_unit); + put_format(b, translate("gettextFromC", "Tissue %.0fmin: %.1f%s\n"), buehlmann_N2_t_halflife[k], depthvalue, depth_unit); } } } -- cgit v1.2.3-70-g09d2