mailr4990 - /branches/N_state_model/specific_fns/n_state_model.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 14, 2008 - 15:05:
Author: bugman
Date: Thu Feb 14 15:05:49 2008
New Revision: 4990

URL: http://svn.gna.org/viewcvs/relax?rev=4990&view=rev
Log:
Removed a debugging raising of a NameError.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4990&r1=4989&r2=4990&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Feb 14 15:05:49 
2008
@@ -161,8 +161,6 @@
         print "The length reduction is:\n" + `len_red` + "\n"
         print "The cone angle for diffusion on an axially symmetric cone 
is:\n%.5f rad (%.5f deg)\n" % (cdp.diff_on_cone_theta, cdp.diff_on_cone_theta 
/ (2*pi) *360.)
         print "The cone angle for diffusion in an axially symmetric cone 
is:\n%.5f rad (%.5f deg)\n" % (cdp.diff_in_cone_theta, cdp.diff_in_cone_theta 
/ (2*pi) *360.)
-
-        raise NameError, "hello"
 
 
     def default_value(self, param):




Related Messages


Powered by MHonArc, Updated Thu Feb 14 17:40:40 2008