svn+ssh://bugman@.../svn/relax/1.3
........
r8356 | semor | 2009-01-10 02:28:29 +0100 (Sat, 10 Jan 2009) | 3 lines
Corrected a typo found while coding in the 'relax_disp' branch.
........
r8436 | semor | 2009-01-13 20:23:13 +0100 (Tue, 13 Jan 2009) | 7 lines
Corrected a typo.
This was discussed in a thread starting at:
https://mail.gna.org/public/relax-devel/2009-01/msg00087.html
(Message-id: <496CD419.9020908@...>)
........
r8470 | bugman | 2009-01-15 13:52:12 +0100 (Thu, 15 Jan 2009) | 6 lines
Modified parse_token() to allow for '-' characters in molecule names (derived from file names, etc.)
Instead of throwing a RelaxError if an invalid range is found, it is assumed that the '-' character
does not signify a range and is treated as a string character which is part of the token.
........
r8471 | bugman | 2009-01-15 14:01:40 +0100 (Thu, 15 Jan 2009) | 6 lines
Deletion of the test_parse_token_range_failx() unit test.
parse_token() no longer raises RelaxErrors with invalid range tokens (as they are assumed to be
standard string characters instead).
........