V3FIT
|
Interface for checking results of the unit tests. More...
Public Member Functions | |
logical function | check_all (expected, received, mpol, ntor, name) |
Check all test values. More... | |
logical function | check_mn (expected, received, m, n, name) |
Check test values. More... | |
Interface for checking results of the unit tests.
Definition at line 139 of file fourier.f90.
logical function fourier::check::check_all | ( | real (rprec), dimension(:,:), intent(in) | expected, |
real (rprec), dimension(:,:), intent(in) | received, | ||
integer, intent(in) | mpol, | ||
integer, intent(in) | ntor, | ||
character (len=*), intent(in) | name | ||
) |
Check all test values.
[in] | expected | Expected value for the test. |
[in] | received | Recieved value for the test. |
[in] | name | Name of the test. |
Definition at line 1203 of file fourier.f90.
logical function fourier::check::check_mn | ( | real (rprec), intent(in) | expected, |
real (rprec), intent(in) | received, | ||
integer, intent(in) | m, | ||
integer, intent(in) | n, | ||
character (len=*), intent(in) | name | ||
) |
Check test values.
[in] | expected | Expected value for the test. |
[in] | received | Recieved value for the test. |
[in] | m | Poloidal mode to check. |
[in] | n | Toroidal mode to check. |
[in] | name | Name of the test. |
Definition at line 1170 of file fourier.f90.