[Swift-commit] r5805 - SwiftApps/ParVis/HiRAMTools

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Fri Jun 8 13:11:35 CDT 2012


Author: wilde
Date: 2012-06-08 13:11:34 -0500 (Fri, 08 Jun 2012)
New Revision: 5805

Removed:
   SwiftApps/ParVis/HiRAMTools/combine2.swift
Log:
Remove junk file.

Deleted: SwiftApps/ParVis/HiRAMTools/combine2.swift
===================================================================
--- SwiftApps/ParVis/HiRAMTools/combine2.swift	2012-06-08 18:10:40 UTC (rev 5804)
+++ SwiftApps/ParVis/HiRAMTools/combine2.swift	2012-06-08 18:11:34 UTC (rev 5805)
@@ -1,18 +0,0 @@
-
-type file;
-
-string rundir=@arg("rundir","NO-OUTDIR-SPECIFIED");
-string groupfile=@arg("groupfile","groups");
-string realizatoinfile=@arg("ralizationsfile","realizations");
-
-app combine (string dir, string pattern)
-{
-  combine dir pattern;
-}
-
-string group[] = readData(groupfile);
-string reals[] = readData(realizationFile);
-
-foreach g in group {
-  combine(rundir,g);
-}




More information about the Swift-commit mailing list