From 5f8b0c983c78c3636889fc442f110c6a24048a96 Mon Sep 17 00:00:00 2001 From: Trumeet Date: Thu, 25 Nov 2021 16:15:42 -0800 Subject: docs(expvc): so this is called normalization --- expvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expvc.c b/expvc.c index ce89fd2..cb672d2 100644 --- a/expvc.c +++ b/expvc.c @@ -143,7 +143,7 @@ usage: xx /= dist_eye_y; yy /= dist_eye_y; zz /= dist_eye_y; - fprintf(stderr, "Delta distance final: %.5f, %.5f, %.5f\n", xx, yy, zz); + fprintf(stderr, "Delta distance normalized: %.5f, %.5f, %.5f\n", xx, yy, zz); double accel = (1.0 - (dist / power2)) * exposure; if (blast_prot > 0) { -- cgit v1.2.3