diff options
author | Thomas White <taw@physics.org> | 2010-06-29 17:27:05 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | e27c9f1e9cc53c335910ee0d195910e9d4aa6ad6 (patch) | |
tree | c2f169694c364f394e633c121e8351cae71a3d27 /scripts | |
parent | c12fd8e9a527892d5a85d89ff0b7ae8085611a63 (diff) |
scripts/i0-analysis: Clean up better
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i0-analysis | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/i0-analysis b/scripts/i0-analysis index 36fd7a9a..b29892a9 100755 --- a/scripts/i0-analysis +++ b/scripts/i0-analysis @@ -105,3 +105,6 @@ close(GP); system("ps2pdf i0.ps"); unlink("i0.dat"); unlink("i0.ps"); +unlink("i0-hist.dat"); +unlink("i0-prior-hist.dat"); +unlink("i0-scale-hist.dat"); |