WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
Alpine3D
Commits
560725a6
Commit
560725a6
authored
Aug 31, 2021
by
Nander Wever
Browse files
Fixing compilation of Alpine3D without MPI.
parent
4ada666a
Changes
1
Hide whitespace changes
Inline
Side-by-side
alpine3d/MPIControl.h
View file @
560725a6
...
...
@@ -229,7 +229,7 @@ class MPIControl
delete
[]
(
char
*
)
in_obj_char
;
}
#else
template
<
class
T
>
void
reduce_sum
(
T
&
/*obj*/
,
const
bool
/*all*/
)
{}
template
<
class
T
>
void
reduce_sum
(
T
&
/*obj*/
,
const
bool
/*all*/
=
true
)
{}
#endif
#ifdef ENABLE_MPI
...
...
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