Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 281e8dc2 authored by Philippe SWARTVAGHER's avatar Philippe SWARTVAGHER
Browse files

testing: get appaccuracy paramater only when it is defined

Otherwise it complains "parameters_getvalue_fixdbl could not find
parameter appaccuracy".
parent c6abee24
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