From 43db8bfe56fa2a1f942ad38183eaf6079c20b4a5 Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 29 Sep 2008 12:40:01 +0100 Subject: Line wrapping and copyright in mapping.c --- src/mapping.c | 5 +++-- src/mapping.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/mapping.c b/src/mapping.c index c9872f9..54a7235 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -3,7 +3,7 @@ * * 3D Mapping * - * (c) 2007 Thomas White + * (c) 2007-2008 Thomas White * * dtr - Diffraction Tomography Reconstruction * @@ -146,7 +146,8 @@ void mapping_map_features(ControlContext *ctx) { double nx, ny, nz, twotheta; - if ( !mapping_map_to_space(&ctx->images->images[i].features->features[j], &nx, &ny, &nz, &twotheta) ) { + if ( !mapping_map_to_space(&ctx->images->images[i].features->features[j], + &nx, &ny, &nz, &twotheta) ) { reflection_add(ctx->reflectionlist, nx, ny, nz, ctx->images->images[i].features->features[j].intensity, REFLECTION_NORMAL); } diff --git a/src/mapping.h b/src/mapping.h index 8b23550..6724499 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -3,7 +3,7 @@ * * 3D Mapping * - * (c) 2007 Thomas White + * (c) 2007-2008 Thomas White * * dtr - Diffraction Tomography Reconstruction * @@ -19,7 +19,8 @@ #include "reflections.h" #include "control.h" -extern void mapping_rotate(double x, double y, double z, double *ddx, double *ddy, double *ddz, double omega, double tilt); +extern void mapping_rotate(double x, double y, double z, double *ddx, double *ddy, double *ddz, + double omega, double tilt); extern int mapping_map_to_space(ImageFeature *refl, double *ddx, double *ddy, double *ddz, double *twotheta); extern int mapping_scale(ImageFeature *refl, double *ddx, double *ddy); -- cgit v1.2.3