diff options
author | Thomas White <taw@physics.org> | 2010-10-29 17:06:21 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:04 +0100 |
commit | 9895fe095c82519dbe22b81b449731362df8c26a (patch) | |
tree | f45283f9be9190ba364b10eea5e5c3d3dc17f847 /src/image.h | |
parent | 82284b116dab90f697970f1a2b1e798f352d7bde (diff) |
Add initial partiality estimate
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |