diff options
author | Thomas White <taw@physics.org> | 2011-11-15 16:21:14 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:40 +0100 |
commit | e4635a53966f995d2e5c878cfe6744c3ca4e12e3 (patch) | |
tree | 366ac98b4f241e7eccf2d63f4091823a9bb1b963 /src/partialator.c | |
parent | fa1cde6793147d9e8e03390c3be2fe0640b70b41 (diff) |
Bracket convention
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/partialator.c b/src/partialator.c index ff03c039..bfbf6ae4 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -24,18 +24,19 @@ #include <pthread.h> #include <gsl/gsl_errno.h> -#include "utils.h" -#include "hdf5-file.h" -#include "symmetry.h" -#include "stream.h" -#include "geometry.h" -#include "peaks.h" -#include "thread-pool.h" -#include "beam-parameters.h" +#include <utils.h> +#include <hdf5-file.h> +#include <symmetry.h> +#include <stream.h> +#include <geometry.h> +#include <peaks.h> +#include <thread-pool.h> +#include <beam-parameters.h> +#include <reflist.h> +#include <reflist-utils.h> + #include "post-refinement.h" #include "hrs-scaling.h" -#include "reflist.h" -#include "reflist-utils.h" #include "scaling-report.h" |