[Swift-commit] r8322 - SwiftApps/dsp-swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Dec 10 19:06:49 CST 2014


Author: ketan
Date: 2014-12-10 19:06:49 -0600 (Wed, 10 Dec 2014)
New Revision: 8322

Modified:
   SwiftApps/dsp-swift/dsp.blues.swift
Log:
 

Modified: SwiftApps/dsp-swift/dsp.blues.swift
===================================================================
--- SwiftApps/dsp-swift/dsp.blues.swift	2014-12-11 00:54:00 UTC (rev 8321)
+++ SwiftApps/dsp-swift/dsp.blues.swift	2014-12-11 01:06:49 UTC (rev 8322)
@@ -27,7 +27,7 @@
 
 int a=toInt(arg("a","1"));
 int n=toInt(arg("n","1"));
-int p=toInt(arg("p","1"));
+int p=toInt(arg("pval","1"));
 int I=toInt(arg("I","10"));
 
 foreach in_tim,i in timfiles{




More information about the Swift-commit mailing list