aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-11-25 16:15:42 -0800
committerTrumeet <yuuta@yuuta.moe>2021-11-25 16:15:42 -0800
commit5f8b0c983c78c3636889fc442f110c6a24048a96 (patch)
treeb546ade6a3e08bd5d0d3199fa55c2d134cfb190c
parent0e738c0bfa85ae0c6082ba9d04375c739bc7980e (diff)
downloadmcal-5f8b0c983c78c3636889fc442f110c6a24048a96.tar
mcal-5f8b0c983c78c3636889fc442f110c6a24048a96.tar.gz
mcal-5f8b0c983c78c3636889fc442f110c6a24048a96.tar.bz2
mcal-5f8b0c983c78c3636889fc442f110c6a24048a96.zip
docs(expvc): so this is called normalization
-rw-r--r--expvc.c2
1 files changed, 1 insertions, 1 deletions
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)
{