We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7034f commit 510b4bbCopy full SHA for 510b4bb
meson.build
@@ -96,7 +96,7 @@ if get_option('enable-autodiff') and not omp
96
elif get_option('codi-tape') == 'PrimalMultiUse'
97
codi_rev_args += '-DCODI_PRIMAL_MULTIUSE_TAPE'
98
else
99
- message('Invalid CoDiPack tape choice @1@'.format(get_option('codi-tape')))
+ error('Invalid CoDiPack tape choice @0@'.format(get_option('codi-tape')))
100
endif
101
102
if get_option('codi-tape') != 'JacobianLinear'
0 commit comments