Merge branch 'development' into 37-include-hdf5-routines

This commit is contained in:
Martin Diehl 2018-08-21 22:46:30 +02:00
commit 61070fd908
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v2.0.2-381-gc03ea8f5
v2.0.2-390-g7c683d4f

View File

@ -94,7 +94,7 @@ module numerics
! spectral parameters:
#ifdef Spectral
real(pReal), protected, public :: &
err_div_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for equilibrium
err_div_tolAbs = 1.0e-4_pReal, & !< absolute tolerance for equilibrium
err_div_tolRel = 5.0e-4_pReal, & !< relative tolerance for equilibrium
err_curl_tolAbs = 1.0e-10_pReal, & !< absolute tolerance for compatibility
err_curl_tolRel = 5.0e-4_pReal, & !< relative tolerance for compatibility