[Swift-commit] r6033 - SwiftApps/ParVis/HiRAMTools
tmoore at ci.uchicago.edu
tmoore at ci.uchicago.edu
Tue Nov 13 15:18:18 CST 2012
Author: tmoore
Date: 2012-11-13 15:18:17 -0600 (Tue, 13 Nov 2012)
New Revision: 6033
Modified:
SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift
Log:
fixed a bug in the swift script for semi-annual annualization 2
Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift 2012-11-13 21:15:47 UTC (rev 6032)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift 2012-11-13 21:18:17 UTC (rev 6033)
@@ -20,5 +20,5 @@
foreach n,i in nc {
file so <single_file_mapper; file=@strcat("stdlog/stdout.",i)>;
file se <single_file_mapper; file=@strcat("stdlog/stderr.",i)>;
- (so,se) = makeyearly_semi(rundir,n.f1,n.f2,,n.f3);
+ (so,se) = makeyearly_semi(rundir,n.f1,n.f2,n.f3);
}
More information about the Swift-commit
mailing list