Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 81adcbe3 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'fix-appaccuracy' into 'master'

testing: get appaccuracy parameter only when it is defined

See merge request !480
parents c6abee24 281e8dc2
No related branches found
No related tags found
1 merge request!480testing: get appaccuracy parameter only when it is defined
......@@ -167,7 +167,7 @@ int main (int argc, char **argv) {
testing_options_init( &options );
#if !defined(CHAMELEON_SIMULATION)
#if !defined(CHAMELEON_SIMULATION) && (defined(PRECISION_z) || defined(PRECISION_d))
/* Let's initialize the accuracy for the checks */
{
cham_fixdbl_t accuracy = parameters_getvalue_fixdbl( "appaccuracy" );
......
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