From 9895fe095c82519dbe22b81b449731362df8c26a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 29 Oct 2010 17:06:21 +0200 Subject: Add initial partiality estimate --- src/image.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index f6cb8a58..76e986ea 100644 --- a/src/image.h +++ b/src/image.h @@ -63,9 +63,9 @@ struct cpeak double min_distance; /* Partiality */ - double r1; - double r2; - double p; + double r1; /* First excitation error */ + double r2; /* Second excitation error */ + double p; /* Partiality */ /* Location in image */ int x; -- cgit v1.2.3