diff options
author | Thomas White <taw@physics.org> | 2015-05-15 17:10:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-05-19 13:57:52 +0200 |
commit | 454466a948ddeebbf09dd18489caa37a12eaf04c (patch) | |
tree | ae5e53fd4ad32fc1c09171fdc1af1e23cd640d1b /src/partialator.c | |
parent | 66e032a4380f223cc4534362cdea954302f8239e (diff) |
Strip out old scaling code
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index 76122c12..6844d2ab 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -53,7 +53,7 @@ #include "version.h" #include "post-refinement.h" -#include "hrs-scaling.h" +#include "merge.h" #include "scaling-report.h" #include "rejection.h" |