237 |
//return helm_check_dpdrho_T(d, ntd, td); |
//return helm_check_dpdrho_T(d, ntd, td); |
238 |
//return helm_check_dhdT_rho(d, ntd, td); |
//return helm_check_dhdT_rho(d, ntd, td); |
239 |
//return helm_check_dhdrho_T(d, ntd, td); |
//return helm_check_dhdrho_T(d, ntd, td); |
240 |
|
|
241 |
|
helm_check_dhdT_rho(d, ntd, td); |
242 |
|
helm_check_dhdrho_T(d, ntd, td); |
243 |
|
helm_check_dudT_rho(d, ntd, td); |
244 |
|
helm_check_dudrho_T(d, ntd, td); |
245 |
|
|
246 |
return helm_run_test_cases(d, ntd, td); |
return helm_run_test_cases(d, ntd, td); |
247 |
} |
} |
248 |
|
|