commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4451 - gnuradio/branches/developers/trondeau/digital-


From: trondeau
Subject: [Commit-gnuradio] r4451 - gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-examples/python/hier/digital
Date: Sun, 11 Feb 2007 18:19:42 -0700 (MST)

Author: trondeau
Date: 2007-02-11 18:19:41 -0700 (Sun, 11 Feb 2007)
New Revision: 4451

Modified:
   
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-examples/python/hier/digital/benchmark_tx.py
Log:
fixed typo

Modified: 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-examples/python/hier/digital/benchmark_tx.py
===================================================================
--- 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-examples/python/hier/digital/benchmark_tx.py
    2007-02-12 01:13:56 UTC (rev 4450)
+++ 
gnuradio/branches/developers/trondeau/digital-wip2/gnuradio-examples/python/hier/digital/benchmark_tx.py
    2007-02-12 01:19:41 UTC (rev 4451)
@@ -96,7 +96,7 @@
         print "Warning: failed to enable realtime scheduling"
 
     # Create an instance of a hierarchical block
-    top_block = my_graph(demods[options.modulation], options)
+    top_block = my_graph(mods[options.modulation], options)
     
     # Create an instance of a runtime, passing it the top block
     runtime = gr.runtime(top_block)





reply via email to

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