From 10ece6fb4017738589e4cad309b9d4091a2745a3 Mon Sep 17 00:00:00 2001 From: taw27 Date: Tue, 13 Feb 2007 19:04:40 +0000 Subject: Trap on failure to find initial basis Display pixel_size from MRC header Fix trivial comment typo git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@6 bf6ca9ba-c028-0410-8290-897cf20841d1 --- src/reflections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reflections.c') diff --git a/src/reflections.c b/src/reflections.c index dbe2a7d..d2bc9db 100644 --- a/src/reflections.c +++ b/src/reflections.c @@ -138,7 +138,7 @@ void reflection_add_from_dp(ControlContext *ctx, double x, double y, double tilt } /* Alternative formulation for when the input data is already in reciprocal space units - x and y in metres^-1 (in reciprocal space */ + x and y in metres^-1 (in reciprocal space) */ void reflection_add_from_reciprocal(ControlContext *ctx, double x, double y, double tilt_degrees, double intensity) { double nx, ny, nz; -- cgit v1.2.3