Skip to content

Commit 894770e

Browse files
committed
Fix format range.
1 parent d3184c3 commit 894770e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if get_option('enable-autodiff') and not omp
9595
endif
9696

9797
if get_option('codi-tape') != 'JacobianLinear'
98-
warning('The tape choice @1@ is not tested regularly in SU2'.format(get_option('codi-tape')))
98+
warning('The tape choice @0@ is not tested regularly in SU2'.format(get_option('codi-tape')))
9999
endif
100100
endif
101101

0 commit comments

Comments
 (0)