aboutsummaryrefslogtreecommitdiff
path: root/expvc.c
diff options
context:
space:
mode:
Diffstat (limited to 'expvc.c')
-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)
{