mailr5355 - /1.3/generic_fns/structure/main.py


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

Header


Content

Posted by edward on April 07, 2008 - 14:28:
Author: bugman
Date: Mon Apr  7 14:28:26 2008
New Revision: 5355

URL: http://svn.gna.org/viewcvs/relax?rev=5355&view=rev
Log:
The load_structures() method is now properly called.


Modified:
    1.3/generic_fns/structure/main.py

Modified: 1.3/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/main.py?rev=5355&r1=5354&r2=5355&view=diff
==============================================================================
--- 1.3/generic_fns/structure/main.py (original)
+++ 1.3/generic_fns/structure/main.py Mon Apr  7 14:28:26 2008
@@ -110,11 +110,8 @@
     if parser == 'scientific':
         cdp.structure = Scientific_data()
 
-
     # Load the structures.
-    ######################
-
-    load_structures(file_path, model, verbosity)
+    cdp.structure.load_structures(file_path, model, verbosity)
 
 
     # Finish.




Related Messages


Powered by MHonArc, Updated Mon Apr 07 14:40:09 2008