diff options
Diffstat (limited to 'rampion/rampion.pl')
-rwxr-xr-x | rampion/rampion.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rampion/rampion.pl b/rampion/rampion.pl index d29c02b3..9884f453 100755 --- a/rampion/rampion.pl +++ b/rampion/rampion.pl @@ -309,6 +309,7 @@ while (1){ check_call($cmd); $lastWeightsFile = $outweights; $iteration++; + `rm hgs/*.gz`; print STDERR "\n==========\n"; } |