Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttk
spam
Commits
6ac0abe4
Commit
6ac0abe4
authored
Mar 02, 2021
by
Edward
Browse files
[skip-ci] error field should be float in spam-ddic
parent
e51053b1
Pipeline
#61162
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/spam-ddic
View file @
6ac0abe4
...
...
@@ -84,7 +84,7 @@ print("\n")
###############################################################
PhiField
=
numpy
.
zeros
((
numberOfLabels
,
4
,
4
),
dtype
=
'<f4'
)
PSCC
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<f4'
)
error
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<
i2
'
)
error
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<
f4
'
)
iterations
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<u2'
)
returnStatus
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<i2'
)
deltaPhiNorm
=
numpy
.
zeros
((
numberOfLabels
),
dtype
=
'<f4'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment