[Swift-commit] r7187 - SwiftTutorials/OSG-Swift/part06
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Fri Oct 18 15:26:10 CDT 2013
Author: davidk
Date: 2013-10-18 15:26:10 -0500 (Fri, 18 Oct 2013)
New Revision: 7187
Modified:
SwiftTutorials/OSG-Swift/part06/p6.swift
Log:
Modified: SwiftTutorials/OSG-Swift/part06/p6.swift
===================================================================
--- SwiftTutorials/OSG-Swift/part06/p6.swift 2013-10-18 20:14:48 UTC (rev 7186)
+++ SwiftTutorials/OSG-Swift/part06/p6.swift 2013-10-18 20:26:10 UTC (rev 7187)
@@ -24,7 +24,7 @@
file seed_file)
{
sh @prog "-t" timesteps "-r" sim_range "-B" @bias_file "-x" scale
- "-n" sim_count -"S" @seed_file stdout=@out stderr=@log;
+ "-n" sim_count "-S" @seed_file stdout=@out stderr=@log;
}
app (file out) analyze (file prog, file s[])
More information about the Swift-commit
mailing list