Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
b1a200fa
Commit
b1a200fa
authored
Apr 14, 2018
by
incardon
Browse files
Fixing example compilation on OSX
parent
473fad10
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/Numerics/PS-CMA-ES/main.cpp
View file @
b1a200fa
...
...
@@ -303,7 +303,7 @@ struct fun_index
double
f
;
int
id
;
bool
operator
<
(
const
fun_index
&
tmp
)
bool
operator
<
(
const
fun_index
&
tmp
)
const
{
return
f
<
tmp
.
f
;
}
...
...
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