commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 06/13: remove fixed fixme


From: git
Subject: [Commit-gnuradio] [gnuradio] 06/13: remove fixed fixme
Date: Sun, 6 Sep 2015 01:19:38 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 190ebe6caa1b92172fba691285b1bdb684e6ae83
Author: Stefan <address@hidden>
Date:   Wed Sep 2 17:54:48 2015 +0200

    remove fixed fixme
---
 gnuradio-runtime/lib/math/random.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/math/random.cc 
b/gnuradio-runtime/lib/math/random.cc
index 76de3bd..4ca32eb 100644
--- a/gnuradio-runtime/lib/math/random.cc
+++ b/gnuradio-runtime/lib/math/random.cc
@@ -68,7 +68,7 @@ namespace gr {
   void
   random::reseed(unsigned int seed)
   {
-    if(seed==0) d_seed = static_cast<unsigned int>(std::time(0)); // FIXME: 
add seed method correctly
+    if(seed==0) d_seed = static_cast<unsigned int>(std::time(0));
     else d_seed = seed;
     d_rng->seed(d_seed);
   }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]