commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r3905 - gnuradio/branches/developers/eb/binstats/gnura


From: eb
Subject: [Commit-gnuradio] r3905 - gnuradio/branches/developers/eb/binstats/gnuradio-core/src/lib/general
Date: Mon, 30 Oct 2006 19:43:09 -0700 (MST)

Author: eb
Date: 2006-10-30 19:43:09 -0700 (Mon, 30 Oct 2006)
New Revision: 3905

Modified:
   
gnuradio/branches/developers/eb/binstats/gnuradio-core/src/lib/general/gr_feval.i
Log:
commented out exception handling that polluting other modules

Modified: 
gnuradio/branches/developers/eb/binstats/gnuradio-core/src/lib/general/gr_feval.i
===================================================================
--- 
gnuradio/branches/developers/eb/binstats/gnuradio-core/src/lib/general/gr_feval.i
   2006-10-31 01:30:05 UTC (rev 3904)
+++ 
gnuradio/branches/developers/eb/binstats/gnuradio-core/src/lib/general/gr_feval.i
   2006-10-31 02:43:09 UTC (rev 3905)
@@ -60,10 +60,10 @@
 %rename(feval_ll) gr_py_feval_ll;
 %rename(feval)    gr_py_feval;
 
-%exception {
-  try { $action }
-  catch (Swig::DirectorException &e) { std::cerr << e.getMessage();  
SWIG_fail; }
-}
+//%exception {
+//  try { $action }
+//  catch (Swig::DirectorException &e) { std::cerr << e.getMessage();  
SWIG_fail; }
+//}
 
 %{
 





reply via email to

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