The commands used where:
svn merge -r3301:3302 svn+ssh://bugman@.../svn/relax/1.2/maths_fns/jw_mapping.py maths_fns/jw_mapping.py
svn merge -r3301:3302 svn+ssh://bugman@.../svn/relax/1.2/test_suite/jw_mapping.py test_suite/system_tests/jw_mapping.py
.....
r3302 | bugman | 2007-06-20 09:29:52 +0200 (Wed, 20 Jun 2007) | 15 lines
Changed paths:
M /1.2/maths_fns/jw_mapping.py
M /1.2/test_suite/jw_mapping.py
Fix for bug #9259 (https://gna.org/bugs/?9259).
This fix was created by Sebastien Morin (sebastien dott morin dot 1 at ulaval dot ca) and attached
as the patch file 'patch_2007-06-19' attached to the bug report. The thread on the relax-devel
mailing list begins at https://mail.gna.org/public/relax-devel/2007-06/msg00001.html. The exact
source of the bug was identified here https://mail.gna.org/public/relax-devel/2007-06/msg00003.html.
An important explanation of SI vs. CGS units, frequency vs. angular frequency, and why the frequency
is converted to angular frequency by multiplying by 2pi is located here
https://mail.gna.org/public/relax-devel/2007-06/msg00012.html.
The bug was that the heteronuclear frequency wX was being overwritten by the proton frequency wH in
the reduced spectral density mapping code. Both the reduced spectral mapping code and the test
suite have been fixed by Seb.
.....