aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-17 17:32:25 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commitbe3838b21cba88589a95ae3bd63c5b643b2e6002 (patch)
tree639111373fd53f3d11469b1498740b0ed56267ca
parent72e508d2173076a437b58467dc4c7965fcb1954b (diff)
Fussiness
-rw-r--r--src/geometry.c4
-rw-r--r--src/partialator.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/geometry.c b/src/geometry.c
index de2ee1b4..b53e1aa7 100644
--- a/src/geometry.c
+++ b/src/geometry.c
@@ -310,8 +310,8 @@ static void select_scalable_reflections(RefList *list, ReflItemList *sc_l)
/* Calculate partialities and apply them to the image's raw_reflections,
- * returning a ReflItemList of the currentl scalable (asymmetric) reflections.
- */
+ * while adding to a ReflItemList of the currentl scalable (asymmetric)
+ * reflections. */
void update_partialities(struct image *image, const char *sym,
ReflItemList *scalable,
int *n_expected, int *n_found, int *n_notfound)
diff --git a/src/partialator.c b/src/partialator.c
index 9bb41c1d..2fcfbd46 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -281,6 +281,7 @@ int main(int argc, char *argv[])
}
if ( reference_file != NULL ) {
+
RefList *list;
RefList *symmed;
list = read_reflections(reference_file);
@@ -402,6 +403,7 @@ int main(int argc, char *argv[])
" reflections.\n", h, k, l, i);
}
}
+
}
/* Iterate */