Skip to content
Snippets Groups Projects
Commit 7fffa90e authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

test_svd is called only if we compile in test_svd

parent 79f69ff8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ SUBROUTINE stepon
use mpi, ONLY: MPI_COMM_WORLD
USE time_integration, ONLY: ntimelevel
USE prec_const, ONLY: xp
USE DLRA, ONLY: test_SVD
USE DLRA, ONLY: test_svd
IMPLICIT NONE
INTEGER :: num_step, ierr
......@@ -57,7 +57,9 @@ SUBROUTINE stepon
!! TEST SINGULAR VALUE DECOMPOSITION
! CALL filter_singular_value_ky_pj(nsv,moments)
! CALL test_SVD
#ifdef TEST_SVD
CALL test_svd
#endif
IF( nlend ) EXIT ! exit do loop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment