svn+ssh://bugman@.../svn/relax/trunk
........
r25193 | bugman | 2014-08-22 09:07:33 +0200 (Fri, 22 Aug 2014) | 14 lines
Fix for the return_r2eff_arrays() dispersion function for exponential curves.
This is a partial solution for bug #22461 (https://gna.org/bugs/?22461).
For the Relax_disp.test_r1rho_kjaergaard_missing_r1 system test, there are multiple relaxation times
for each data set. For example, printing out the exp_type, frq, offset, point, ei, mi, oi, di, and
relax_times data gives:
- R1rho 799777399.1 118.078 431.0 0 0 0 0 [0.0, 0.04, 0.1, 0.2]
- R1rho 799777399.1 118.078 651.2 0 0 0 1 [0.0, 0.04, 0.1, 0.2, 0.4]
Instead of taking the first relaxation time of 0.0, now the maximum time is taken.
........