We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3184c3 commit 894770eCopy full SHA for 894770e
1 file changed
meson.build
@@ -95,7 +95,7 @@ if get_option('enable-autodiff') and not omp
95
endif
96
97
if get_option('codi-tape') != 'JacobianLinear'
98
- warning('The tape choice @1@ is not tested regularly in SU2'.format(get_option('codi-tape')))
+ warning('The tape choice @0@ is not tested regularly in SU2'.format(get_option('codi-tape')))
99
100
101
0 commit comments