Skip to content
Snippets Groups Projects
Commit b0bbf475 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix dependency problem.

* xt_int_kind was moved to xt_core.
parent 844eacef
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ MODULE xt_ut
USE, INTRINSIC :: ISO_C_BINDING, ONLY: c_char, c_null_char, c_int, &
c_long, c_short, c_long_long, c_ptr, c_loc
! \todo to be resolved later(dependency problem): USE yaxt, ONLY : xt_int_kind
USE xt_core, ONLY : xt_int_kind
IMPLICIT NONE
PRIVATE
......@@ -67,10 +67,7 @@ MODULE xt_ut
ut_abort, ut_destroy_decomposition, ut_destroy_transposition, &
ut_finalize
! \todo to be replaced by use yaxt....:
INTEGER, PARAMETER, PUBLIC :: xt_int_kind = XT_INT_FC_KIND
!PUBLIC :: xt_int_kind
PUBLIC :: xt_int_kind
INTEGER, PARAMETER :: inflate_inner = 1
INTEGER, PARAMETER :: inflate_outer = 2
......
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