Skip to content
Snippets Groups Projects
Commit 00a406da authored by Alan Wai Hou Lio's avatar Alan Wai Hou Lio
Browse files

test 2

parent be76be3c
No related branches found
No related tags found
No related merge requests found
Pipeline #67456 failed
......@@ -17,6 +17,7 @@ file(GLOB_RECURSE MODSRC "${ROOT_DIR}/src/modules/global_constants.f90"
set(SRC ${bl2h2_SRC_DIR}/bl2h2.f90
global_typesnvars.f90
dll_utils.f90
dfwin.f90
)
list(APPEND SRC ${MODSRC})
......
......@@ -77,8 +77,6 @@ end subroutine name_initialize
! ----------------------------- Update SubRoutine ---------------------------------
subroutine name_update(array1,array2) bind(c,name="name_update")
use global_typesnvars
use dll_utils
implicit none
!DEC$ IF .NOT. DEFINED(__LINUX__)
......
File moved
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