Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alberto Ramos Martinez
LatticeGPU.jl
Commits
80bae3d5
Commit
80bae3d5
authored
1 year ago
by
Fernando Pérez Panadero
Browse files
Options
Download
Email Patches
Plain Diff
Removed extra "end"
parent
a4edc315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Dirac/Dirac.jl
+2
-1
src/Dirac/Dirac.jl
with
2 additions
and
1 deletion
+2
-1
src/Dirac/Dirac.jl
View file @
80bae3d5
...
...
@@ -54,6 +54,7 @@ struct DiracWorkspace{T}
function
DiracWorkspace
(
::
Type
{
G
},
::
Type
{
T
},
lp
::
SpaceParm
{
4
,
6
,
B
,
D
})
where
{
G
,
T
<:
AbstractFloat
,
B
,
D
}
@timeit
"Allocating DiracWorkspace"
begin
if
G
==
SU3fund
sr
=
scalar_field
(
Spinor
{
4
,
G
},
lp
)
sp
=
scalar_field
(
Spinor
{
4
,
G
},
lp
)
...
...
@@ -69,11 +70,11 @@ struct DiracWorkspace{T}
st
=
scalar_field
(
Spinor
{
4
,
G
},
lp
)
csw
=
tensor_field
(
U2alg
{
T
},
lp
)
end
end
return
new
{
T
}(
sr
,
sp
,
sAp
,
st
,
csw
,
cs
)
end
end
end
export
DiracWorkspace
,
DiracParam
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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
Menu
Projects
Groups
Snippets
Help