On Thu, Jan 8, 2009 at 8:43 PM, <[email protected]> wrote: > Author: semor > Date: Thu Jan 8 20:43:42 2009 > New Revision: 8346 > > URL: http://svn.gna.org/viewcvs/relax?rev=8346&view=rev > Log: > Corrected a few mistakes. > > These were spot by Ed in a post at: > https://mail.gna.org/public/relax-devel/2009-01/msg00037.html > (Message-id: <[email protected]>) > > > Modified: > branches/relax_disp/prompt/relax_disp.py > > Modified: branches/relax_disp/prompt/relax_disp.py > URL: > http://svn.gna.org/viewcvs/relax/branches/relax_disp/prompt/relax_disp.py?rev=8346&r1=8345&r2=8346&view=diff > ============================================================================== > --- branches/relax_disp/prompt/relax_disp.py (original) > +++ branches/relax_disp/prompt/relax_disp.py Thu Jan 8 20:43:42 2009 > @@ -127,14 +127,14 @@ > > # Function intro text. > if self.__relax__.interpreter.intro: > - text = sys.ps3 + "cpmg_frq(" > + text = sys.ps3 + "relax_disp.cpmg_frq(" > + text = text + ", cpmg_frq=" + `cpmg_frq` + ")" > text = text + "spectrum_id=" + `spectrum_id`
Ah, here the bracket needs to be at the very end, after spectrum_id. Cheers, Edward _______________________________________________ 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

