[Swift-commit] r5700 - trunk/examples/tutorial/ParameterSweep
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Thu Mar 1 11:22:06 CST 2012
Author: wilde
Date: 2012-03-01 11:22:06 -0600 (Thu, 01 Mar 2012)
New Revision: 5700
Modified:
trunk/examples/tutorial/ParameterSweep/sweep.swift
Log:
revert toInt back to toint unitl we sort out camelCase issues. Should now work OK with 0.93.
Modified: trunk/examples/tutorial/ParameterSweep/sweep.swift
===================================================================
--- trunk/examples/tutorial/ParameterSweep/sweep.swift 2012-03-01 17:04:11 UTC (rev 5699)
+++ trunk/examples/tutorial/ParameterSweep/sweep.swift 2012-03-01 17:22:06 UTC (rev 5700)
@@ -16,8 +16,8 @@
# Set the size of the parameter sweep
-int nMembers = @toInt(@arg("nMembers","5")); // number of members in the simulation
-int nCommon = @toInt(@arg("nCommon","3")); // number of common files to each sim
+int nMembers = @toint(@arg("nMembers","5")); // number of members in the simulation
+int nCommon = @toint(@arg("nCommon","3")); // number of common files to each sim
tracef("Running parameter sweep ensemble of %i members with %i common files\n", nMembers, nCommon);
# Generate the file names to use
More information about the Swift-commit
mailing list