mailr4471 - /branches/consistency_tests_1.3/prompt/interpreter.py


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

Header


Content

Posted by sebastien . morin . 1 on January 08, 2008 - 00:28:
Author: semor
Date: Tue Jan  8 00:28:09 2008
New Revision: 4471

URL: http://svn.gna.org/viewcvs/relax?rev=4471&view=rev
Log:
Updated the prompt interpreter for consistency testing.


Modified:
    branches/consistency_tests_1.3/prompt/interpreter.py

Modified: branches/consistency_tests_1.3/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/prompt/interpreter.py?rev=4471&r1=4470&r2=4471&view=diff
==============================================================================
--- branches/consistency_tests_1.3/prompt/interpreter.py (original)
+++ branches/consistency_tests_1.3/prompt/interpreter.py Tue Jan  8 00:28:09 
2008
@@ -50,6 +50,7 @@
 from model_selection import Modsel
 
 # User classes.
+from consistency_tests import Consistency_tests
 from dasha import Dasha
 from diffusion_tensor import Diffusion_tensor
 from grace import Grace
@@ -189,6 +190,7 @@
         model_selection = self._Modsel.model_selection
 
         # Place the user classes in the local namespace.
+        consistency_tests = self._Consistency_tests
         dasha = self._Dasha
         diffusion_tensor = self._Diffusion_tensor
         dx = self._OpenDX




Related Messages


Powered by MHonArc, Updated Tue Jan 08 00:40:10 2008