aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2011-10-13 20:28:42 -0400
committerChristopher Kenna <cjk@cs.unc.edu>2011-10-13 20:28:42 -0400
commit3e159663a1ecc762cf65783dbf57f885aaf0cd64 (patch)
tree5d16cf04a2cb6486a5635d0dca11b7264d40da30
parentca3db2d5972f66c6dfc20b3f6a21a66dc0308a28 (diff)
fix RTSpin.beta duration
-rw-r--r--bin/rtspin.beta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.beta.c b/bin/rtspin.beta.c
index 13fd365..3eafa82 100644
--- a/bin/rtspin.beta.c
+++ b/bin/rtspin.beta.c
@@ -219,7 +219,7 @@ int main(int argc, char** argv)
219 "exceed the period."); 219 "exceed the period.");
220 } 220 }
221 221
222 duration = atof(argv[optind + 2]); 222 duration = atof(argv[optind + 3]);
223 223
224 setup_rng(seed); 224 setup_rng(seed);
225 225