oop, ignore my previous message.... cheers michael
[email protected] wrote: > Author: bugman > Date: Mon Apr 12 15:25:06 2010 > New Revision: 11070 > > URL: http://svn.gna.org/viewcvs/relax?rev=11070&view=rev > Log: > Bug fix - 'local_mf_model' should have been called 'local_tm_model'. > > This problem was identified by Michael (http://gna.org/task/?6847#comment44). > > > Modified: > 1.3/status.py > > Modified: 1.3/status.py > URL: > http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=11070&r1=11069&r2=11070&view=diff > ============================================================================== > --- 1.3/status.py (original) > +++ 1.3/status.py Mon Apr 12 15:25:06 2010 > @@ -42,7 +42,7 @@ > self.dAuvergne_protocol.diff_model = None # The global > diffusion model. > self.dAuvergne_protocol.round = None # The round of > optimisation, i.e. the global iteration. > self.dAuvergne_protocol.mf_models = None # The list of > model-free models for optimisation, i.e. the global iteration. > - self.dAuvergne_protocol.local_mf_models = None # The list of > model-free local tm models for optimisation, i.e. the global iteration. > + self.dAuvergne_protocol.local_tm_models = None # The list of > model-free local tm models for optimisation, i.e. the global iteration. > self.dAuvergne_protocol.current_model = None # The current > model-free model. > self.dAuvergne_protocol.convergence = False # The convergence > of the global model. > > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits > > > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

