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

exchangers: Add Fortran symbols to public export list.

parent f9412607
No related branches found
No related tags found
1 merge request!31Draft: Attempt at fuller exchanger interface
......@@ -95,11 +95,11 @@ MODULE xt_config_f
PUBLIC :: xt_config_set_mem_saving, &
xt_config_get_mem_saving
INTEGER, PUBLIC, PARAMETER :: &
XT_MT_NONE = 0, &
XT_MT_OPENMP = 1
xt_mt_none = 0, &
xt_mt_openmp = 1
INTEGER, PUBLIC, PARAMETER :: &
XT_QUICKSORT = 0, &
XT_MERGESORT = 1
xt_quicksort = 0, &
xt_mergesort = 1
PUBLIC :: xt_config_get_xmdd_bucket_gen, &
xt_config_set_xmdd_bucket_gen
......
......@@ -67,6 +67,7 @@ MODULE yaxt
xt_config_set_idxvec_autoconvert_size, &
xt_config_get_redist_mthread_mode, &
xt_config_set_redist_mthread_mode, &
xt_mt_none, xt_mt_openmp, &
xt_config_get_sort_algorithm_id, &
xt_config_set_sort_algorithm_by_id, &
xt_config_set_mem_saving, &
......@@ -250,6 +251,7 @@ MODULE yaxt
xt_config_set_idxvec_autoconvert_size, &
xt_config_get_redist_mthread_mode, &
xt_config_set_redist_mthread_mode, &
xt_mt_none, xt_mt_openmp, &
xt_config_get_sort_algorithm_id, &
xt_config_set_sort_algorithm_by_id, &
xt_config_set_mem_saving, &
......
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