svn+ssh://bugman@.../svn/relax/trunk
........
r23289 | bugman | 2014-05-21 10:41:57 +0200 (Wed, 21 May 2014) | 6 lines
Backported the relax 3.2.0 CHANGES file changes to trunk.
The command used was:
svn merge -r23287:23288 svn+ssh://bugman@.../svn/relax/tags/3.2.0 .
........
r23290 | bugman | 2014-05-21 10:43:41 +0200 (Wed, 21 May 2014) | 3 lines
Punctuation fixes throughout the CHANGES document.
........
r23310 | tlinnet | 2014-05-21 17:43:47 +0200 (Wed, 21 May 2014) | 6 lines
Modified system test Relax_disp.test_cpmg_synthetic_ns3d_to_cr72 to catch bug.
bug #22017: (https://gna.org/bugs/index.php?22017) LinAlgError, for all numerical CPMG models.
Systemtest was renamed from test_cpmg_synthetic_cr72 to test_cpmg_synthetic_ns3d_to_cr72, to
reflect which model create the data and which model fits the data.
........
r23311 | tlinnet | 2014-05-21 17:43:49 +0200 (Wed, 21 May 2014) | 6 lines
Modified cpmg_synthetic script to first create all time structures before doing back-calculation.
bug #22017: (https://gna.org/bugs/index.php?22017) LinAlgError, for all numerical CPMG models.
The numerical models need all time points which are defined in setup, to be present
when calculating.
........
r23312 | tlinnet | 2014-05-21 18:00:19 +0200 (Wed, 21 May 2014) | 5 lines
Renamed systemtest to test_cpmg_synthetic_ns3d_to_cr72_noise_cluster.
The model that creates the data has been changed to numerical model.
bug #22017: (https://gna.org/bugs/index.php?22017) LinAlgError, for all numerical CPMG models.
........