aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 00:19:35 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 00:19:35 +0000
commit8810e9ff13e9fb0db420dbdc529ef2f9dfe89d7c (patch)
treef256152050817b789554e0d18974fafcfbdf9644 /src/reflections.h
parent3db95bb6d650a56eefd8c6d7dbd6bdc57e0e2350 (diff)
Fussiness:
Disable choice of peak detection algorithm when cached reflections used Fix formatting and namespace convention in cache.{c,h} Prevent reading beyond bounds of Reflection struct when saving cache Handle caching when no reflections were found (Temporarily?) disable octtree hooks Tweak some credits anad syntax message Other (mostly trivial) tweaks git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@15 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h
index a3a3993..ac08133 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -34,7 +34,7 @@ typedef struct reflection_struct {
ReflectionType type;
- struct reflection_struct *next;
+ struct reflection_struct *next; /* MUST BE LAST in order for caching to work */
} Reflection;