Skip to content

Commit 98903d8

Browse files
committed
correction of previous commit
1 parent 45b233a commit 98903d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Source/EMsoftOOLib/program_mods/mod_CliffordTorus.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ subroutine readNameList_(self, nmlfile, initonly)
214214
integer(kind=irg) :: logarithmic
215215
integer(kind=irg) :: doRiesz
216216
integer(kind=irg) :: n
217+
integer(kind=irg) :: nthreads
217218
integer(kind=irg) :: pgnum
218219
character(fnlen) :: hdffile
219220
character(fnlen) :: anglefile
@@ -222,7 +223,7 @@ subroutine readNameList_(self, nmlfile, initonly)
222223
character(1) :: background
223224

224225
namelist / CliffordTorus / reducetoRFZ, symmetrize, shownegativeq0, n, pgnum, anglefile, sqtfile, &
225-
zpfile, doRiesz, overlayRFZ, logarithmic, hdffile, background
226+
zpfile, doRiesz, overlayRFZ, logarithmic, hdffile, background, nthreads
226227

227228
! set the input parameters to default values
228229
anglefile = 'undefined'
@@ -233,6 +234,7 @@ subroutine readNameList_(self, nmlfile, initonly)
233234
logarithmic = 0
234235
doRiesz = 0
235236
n = 500
237+
nthreads = 13
236238
pgnum = 32
237239
hdffile = 'undefined'
238240
sqtfile = 'undefined'
@@ -268,6 +270,7 @@ subroutine readNameList_(self, nmlfile, initonly)
268270
self%nml%logarithmic =logarithmic
269271
self%nml%doRiesz =doRiesz
270272
self%nml%n = n
273+
self%nml%nthreads = nthreads
271274
self%nml%pgnum = pgnum
272275
self%nml%sqtfile = sqtfile
273276
self%nml%zpfile = zpfile

0 commit comments

Comments
 (0)