svn+ssh://bugman@.../svn/relax/1.3
........
r14361 | bugman | 2011-08-11 16:38:36 +0200 (Thu, 11 Aug 2011) | 5 lines
Bug fix for the data.align_tensor.calc_eta() function - divide by zeros are now avoided.
When Azz is zero, eta is now set to NaN.
........
r14362 | bugman | 2011-08-11 16:41:38 +0200 (Thu, 11 Aug 2011) | 3 lines
Typo fix in the unused and incomplete dfunc function.
........
r14363 | bugman | 2011-08-11 16:45:31 +0200 (Thu, 11 Aug 2011) | 5 lines
Bug fix for the data.align_tensor.calc_R() function - divide by zeros are now avoided.
When Aa is zero, Ar is now set to NaN.
........
r14364 | bugman | 2011-08-11 16:56:16 +0200 (Thu, 11 Aug 2011) | 5 lines
Fix for the test_opt_constr_bfgs_mt_S2_0_970_te_2048_Rex_0_149 model-free system test on MS Windows.
The te parameter check was too strict.
........
r14365 | bugman | 2011-08-11 17:04:28 +0200 (Thu, 11 Aug 2011) | 3 lines
Another divide by zero problem is being caught in the RDC Q-factor code.
........
r14366 | bugman | 2011-08-11 17:13:28 +0200 (Thu, 11 Aug 2011) | 3 lines
The dipolar_constant() and pcs_constant() functions now catch division by zero problems.
........