You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/MagTenseMicroMag/MicroMagParameters.f90
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ module MicroMagParameters
105
105
integer:: demag_approximation !> Flag for how to approximate the demagnetization tensor as specified in the parameters below
106
106
integer:: demagTensorReturnState !> Flag describing how or if the demag tensor should be returned
107
107
integer:: demagTensorLoadState !> Flag describing how or if to load the demag tensor (from disk e.g.)
108
-
integer*4:: nThreadsMatlab !> Number of threads to use in the OpenMP demag tensor allocation
108
+
integer:: nThreadsMatlab !> Number of threads to use in the OpenMP demag tensor allocation
109
109
integer,dimension(3) :: N_ave !> Number of points to average the demag tensor in in the recieving tile, N_ave(1) = N_x etc
110
110
character*256:: demagTensorFileOut, demagTensorFileIn !> Filename (including path) for output (input) of demag tensor if it is to be returned as a file (demagTensorReturnState >2 and the value is equal to the length of the file including path)
0 commit comments