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
PRUVOST Florent
Chameleon
Commits
93c00d68
Commit
93c00d68
authored
Jul 29, 2017
by
Mathieu Faverge
Browse files
Fix include files
parent
1036fc63
Changes
2
Hide whitespace changes
Inline
Side-by-side
control/auxiliary.c
View file @
93c00d68
...
...
@@ -266,7 +266,7 @@ void update_progress(int currentValue, int maximumValue) {
void
(
*
update_progress_callback
)(
int
,
int
)
=
update_progress
;
int
MORSE_Set_update_progress_callback
(
void
(
*
p
)(
int
,
int
))
{
update_progress_callback
=
p
;
update_progress_callback
=
p
;
return
MORSE_SUCCESS
;
}
control/config.h.in
View file @
93c00d68
...
...
@@ -26,7 +26,7 @@
#define CONFIG_H_HAS_BEEN_INCLUDED
/* inherit from public chameleon's definitions */
#include "
include
/chameleon_config.h"
#include "
chameleon
/chameleon_config.h"
/* StarPU functions */
#cmakedefine HAVE_STARPU_FXT_PROFILING
...
...
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