mailr7034 - /1.3/generic_fns/dasha.py


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

Header


Content

Posted by sebastien . morin . 1 on July 30, 2008 - 21:13:
Author: semor
Date: Wed Jul 30 20:54:50 2008
New Revision: 7034

URL: http://svn.gna.org/viewcvs/relax?rev=7034&view=rev
Log:
More conversions to the new design.


Modified:
    1.3/generic_fns/dasha.py

Modified: 1.3/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/dasha.py?rev=7034&r1=7033&r2=7034&view=diff
==============================================================================
--- 1.3/generic_fns/dasha.py (original)
+++ 1.3/generic_fns/dasha.py Wed Jul 30 20:54:50 2008
@@ -80,9 +80,9 @@
             raise RelaxError, "The Dasha optimisation algorithm " + `algor` 
+ " is unknown, it should either be 'LM' or 'NR'."
 
         # Directory creation.
-        if self.dir == None:
-            self.dir = self.run
-        self.relax.IO.mkdir(self.dir, verbosity=0)
+        if dir == None:
+            dir = pipe
+        mkdir_nofail(dir, verbosity=0)
 
         # Number of field strengths and values.
         self.num_frq = 0




Related Messages


Powered by MHonArc, Updated Wed Jul 30 21:20:22 2008