redundant ntids declaration

This commit is contained in:
Fabrizio Ferrari 2021-07-12 14:29:01 +00:00
parent 960f4cf86e
commit de902ae25c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
REAL(kind=DP) :: energy
#if defined(_OPENMP)
INTEGER :: omp_get_num_threads, omp_get_max_threads, ntids
INTEGER :: omp_get_num_threads, omp_get_max_threads
EXTERNAL omp_set_num_threads, omp_get_num_threads, omp_get_max_threads
#endif