Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wyssling_t
src
Commits
5292c8d3
Commit
5292c8d3
authored
Mar 03, 2020
by
wyssling_t
Browse files
apply codingstyle
parent
7b99e6a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ippl/test/particle/p3m3dHeating.cpp
ippl/test/particle/p3m3dHeating.cpp
+2
-2
No files found.
ippl/test/particle/p3m3dHeating.cpp
View file @
5292c8d3
...
...
@@ -77,8 +77,8 @@ struct SpecializedGreensFunction<3> {
grn
=
grnI
[
0
]
*
hrsq
[
0
]
+
grnI
[
1
]
*
hrsq
[
1
]
+
grnI
[
2
]
*
hrsq
[
2
];
NDIndex
<
3
>
lDomain_m
=
grn
.
getLayout
().
getLocalNDIndex
();
NDIndex
<
3
>
elem
;
for
(
int
i
=
lDomain_m
[
0
].
min
();
i
<=
lDomain_m
[
0
].
max
();
++
i
)
{
elem
[
0
]
=
Index
(
i
,
i
);
for
(
int
i
=
lDomain_m
[
0
].
min
();
i
<=
lDomain_m
[
0
].
max
();
++
i
)
{
elem
[
0
]
=
Index
(
i
,
i
);
for
(
int
j
=
lDomain_m
[
1
].
min
();
j
<=
lDomain_m
[
1
].
max
();
++
j
)
{
elem
[
1
]
=
Index
(
j
,
j
);
for
(
int
k
=
lDomain_m
[
2
].
min
();
k
<=
lDomain_m
[
2
].
max
();
++
k
)
{
...
...
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