mailr18251 - /trunk/generic_fns/paramag.py


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

Header


Content

Posted by edward on January 21, 2013 - 21:36:
Author: bugman
Date: Mon Jan 21 21:36:42 2013
New Revision: 18251

URL: http://svn.gna.org/viewcvs/relax?rev=18251&view=rev
Log:
Modified the paramag.centre user function printouts for the 'fix' flag.


Modified:
    trunk/generic_fns/paramag.py

Modified: trunk/generic_fns/paramag.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/generic_fns/paramag.py?rev=18251&r1=18250&r2=18251&view=diff
==============================================================================
--- trunk/generic_fns/paramag.py (original)
+++ trunk/generic_fns/paramag.py Mon Jan 21 21:36:42 2013
@@ -70,9 +70,9 @@
 
     # The fixed flag.
     if fix:
-        print("The paramagnetic centre will be fixed during optimisation.")
+        print("The paramagnetic centre position will be fixed during 
optimisation.")
     else:
-        print("The paramagnetic centre will be optimised.")
+        print("The paramagnetic centre position will be optimised.")
     cdp.paramag_centre_fixed = fix
 
     # Position is supplied.




Related Messages


Powered by MHonArc, Updated Mon Jan 21 21:40:02 2013