Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a2ecc014 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

fix condition also here

parent 7558860e
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ void MORSE_TASK_ztsmlq_hetra1(const MORSE_option_t *options,
}
}
#if defined(CHAMELEON_SIMULATION)
#if !defined(CHAMELEON_SIMULATION)
static void cl_ztsmlq_hetra1_cpu_func(void *descr[], void *cl_arg)
{
MORSE_enum side;
......
......@@ -78,7 +78,7 @@ void MORSE_TASK_ztsmqr_hetra1(const MORSE_option_t *options,
}
}
#if defined(CHAMELEON_SIMULATION)
#if !defined(CHAMELEON_SIMULATION)
static void cl_ztsmqr_hetra1_cpu_func(void *descr[], void *cl_arg)
{
MORSE_enum side;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment