aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflections.c')
-rw-r--r--src/reflections.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflections.c b/src/reflections.c
index 65e88a6..4ecc268 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -4,6 +4,7 @@
* Data structures in 3D space
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
@@ -30,8 +31,6 @@ static void reflection_addfirst(ReflectionContext *reflectionctx) {
reflectionctx->last_reflection = reflectionctx->reflections;
}
-/* Size of the volume (arbitrary units - m-1 in DTR), number of reflections across. The centre is defined to be at nx/2, ny/2, nz/2.
- This defines the three-dimensional grid of reflections */
ReflectionContext *reflection_init() {
ReflectionContext *reflectionctx = malloc(sizeof(ReflectionContext));