summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/acl09-short/code/run.prl
diff options
context:
space:
mode:
Diffstat (limited to 'report/pyp_clustering/acl09-short/code/run.prl')
-rwxr-xr-xreport/pyp_clustering/acl09-short/code/run.prl8
1 files changed, 0 insertions, 8 deletions
diff --git a/report/pyp_clustering/acl09-short/code/run.prl b/report/pyp_clustering/acl09-short/code/run.prl
deleted file mode 100755
index ac69559c..00000000
--- a/report/pyp_clustering/acl09-short/code/run.prl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-for $i (0..5) {
-$beta = 10**$i;
-$cmd = "pygibbs_geom $beta\n";
-print $cmd;
-`$cmd`;
-}