Skip to content

Commit

Permalink
[Samples] Fix compilation of Blasius BVP sample with 'scons samples'
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Feb 4, 2019
1 parent 1ec9ce2 commit dc09040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/cxx/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ samples = [
('rankine', 'rankine', ['cpp'], False),
('LiC6_electrode', 'LiC6_electrode', ['cpp'], False),
('openmp_ignition', 'openmp_ignition', ['cpp'], True),
('bvp', 'blasius', ['cpp', 'h'], False)
('bvp', 'blasius', ['cpp'], False)
]

for subdir, name, extensions, openmp in samples:
Expand Down

0 comments on commit dc09040

Please sign in to comment.