Mentions légales du service

Skip to content
Snippets Groups Projects

testing: get appaccuracy parameter only when it is defined

Merged Philippe SWARTVAGHER requested to merge pswartva/chameleon:fix-appaccuracy into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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" );
Loading