Skip to content
Snippets Groups Projects
Commit 17199194 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 15/06/2023:ZSOLVER/dyn_sources.f90 , comment debug print in DEBUG compilation

parent 0de407cc
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ CALL MNH_MEM_GET( ZRVT, JIU, JJU, JKU )
ZRUT(:,:,:) = PUT(:,:,:) * MXM(PRHODJ(:,:,:))
ZRVT(:,:,:) = PVT(:,:,:) * MYM(PRHODJ(:,:,:))
print *,"PUT(1,1,1)",PUT(1,1,1)
!print *,"PUT(1,1,1)",PUT(1,1,1)
#else
CALL MXM_DEVICE(PRHODJ(:,:,:), ZTMP1_DEVICE (:,:,:))
CALL MYM_DEVICE(PRHODJ(:,:,:), ZTMP2_DEVICE (:,:,:))
......
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