[Swift-commit] r6032 - SwiftApps/ParVis/HiRAMTools
tmoore at ci.uchicago.edu
tmoore at ci.uchicago.edu
Tue Nov 13 15:15:48 CST 2012
Author: tmoore
Date: 2012-11-13 15:15:47 -0600 (Tue, 13 Nov 2012)
New Revision: 6032
Modified:
SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift
Log:
fixed a bug in the swift script for semi-annual annualization
Modified: SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift
===================================================================
--- SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift 2012-11-13 21:12:56 UTC (rev 6031)
+++ SwiftApps/ParVis/HiRAMTools/makeyearly_semi.swift 2012-11-13 21:15:47 UTC (rev 6032)
@@ -4,7 +4,7 @@
type ncrec {
string f1;
string f2;
- string f3
+ string f3;
}
string rundir=@arg("rundir","NO-OUTDIR-SPECIFIED");
More information about the Swift-commit
mailing list