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
SWIFT
SWIFTsim
Commits
2b692465
Commit
2b692465
authored
Jul 10, 2017
by
Matthieu Schaller
Browse files
Code formatting.
parent
261f9327
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
2b692465
...
...
@@ -897,8 +897,7 @@ void engine_repartition_trigger(struct engine *e) {
* repartition following the initial repartition). */
if
(
e
->
reparttype
->
trigger
>
1
||
e
->
step
==
2
)
{
if
(
e
->
reparttype
->
trigger
>
1
)
{
if
((
e
->
step
%
(
int
)
e
->
reparttype
->
trigger
)
==
0
)
e
->
forcerepart
=
1
;
if
((
e
->
step
%
(
int
)
e
->
reparttype
->
trigger
)
==
0
)
e
->
forcerepart
=
1
;
}
else
{
e
->
forcerepart
=
1
;
}
...
...
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