Oh yeah, I remember that funny bug :) I don't know why I didn't fix that all the way back in 2005! I think I was under time pressure and just hand edited the output files.
Cheers, Edward On 8 May 2014 02:44, <[email protected]> wrote: > Author: tlinnet > Date: Thu May 8 02:44:18 2014 > New Revision: 23075 > > URL: http://svn.gna.org/viewcvs/relax?rev=23075&view=rev > Log: > Fix for the file name writing of the point file. > > bug #22023:(https://gna.org/bugs/?22023) relax dx.map produce .net files > which makes error. > > Modified: > trunk/lib/software/opendx/files.py > > Modified: trunk/lib/software/opendx/files.py > URL: > http://svn.gna.org/viewcvs/relax/trunk/lib/software/opendx/files.py?rev=23075&r1=23074&r2=23075&view=diff > ============================================================================== > --- trunk/lib/software/opendx/files.py (original) > +++ trunk/lib/software/opendx/files.py Thu May 8 02:44:18 2014 > @@ -153,7 +153,7 @@ > point_file.write("1\n") > > # The text of the point .general file. > - point_file_general.write("file = %s\n" % point_file) > + point_file_general.write("file = %s\n" % file_prefix) > point_file_general.write("points = 1\n") > point_file_general.write("format = ascii\n") > point_file_general.write("interleaving = field\n") > > > _______________________________________________ > relax (http://www.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://www.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

