aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-06 18:51:18 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:17 +0100
commitc4ea30cbf98a29cbe1dce13b9eca22f92dfa9ef9 (patch)
tree2086040a9f2392eeb336959e800a51f33a1fc593 /src/index.c
parent1e16549925a1c2efae4903e90a1754aaed0b5a35 (diff)
Fussiness
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.c b/src/index.c
index 15875295..3d2246bc 100644
--- a/src/index.c
+++ b/src/index.c
@@ -44,8 +44,8 @@ static IndexingPrivate *indexing_private(IndexingMethod indm)
IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell,
- const char *filename, struct detector *det,
- double nominal_photon_energy)
+ const char *filename, struct detector *det,
+ double nominal_photon_energy)
{
int n;
int nm = 0;
@@ -69,7 +69,7 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell,
break;
case INDEXING_TEMPLATE :
iprivs[n] = generate_templates(cell, filename, det,
- nominal_photon_energy);
+ nominal_photon_energy);
break;
}