diff options
author | Thomas White <taw@physics.org> | 2014-11-09 06:10:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-11-09 06:10:05 +0100 |
commit | 356733c418dacf19d3930e37e08ddcdc17311c3a (patch) | |
tree | 0996dd328ee461f139e65dae5bb8313f9ef7c098 /src | |
parent | 39d7adab86fcc9adf19aa175fe5ae425000e7dd8 (diff) |
Remove vestigial lines
Diffstat (limited to 'src')
-rw-r--r-- | src/pattern_sim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index a53472ff..f60319a6 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -247,7 +247,6 @@ int main(int argc, char *argv[]) char *grad_str = NULL; char *outfile = NULL; char *geometry = NULL; - char *beamfile = NULL; char *spectrum_str = NULL; GradientMethod grad; SpectrumType spectrum_type; @@ -615,7 +614,6 @@ int main(int argc, char *argv[]) image.lambda = wl; image.bw = bandwidth; image.nsamples = nsamples; - free(beamfile); /* Load unit cell */ input_cell = load_cell_from_file(filename); |