From 3e159663a1ecc762cf65783dbf57f885aaf0cd64 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Thu, 13 Oct 2011 20:28:42 -0400 Subject: fix RTSpin.beta duration --- bin/rtspin.beta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "exceed the period."); } - duration = atof(argv[optind + 2]); + duration = atof(argv[optind + 3]); setup_rng(seed); -- cgit v1.2.2