Skip to content

Commit

Permalink
Fix typo in 'SConstruct'
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 6, 2022
1 parent 5fa23b7 commit 1ef59d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,10 @@ config_options = [
True),
BoolOption(
"no_legacy_reactions",
"""If disabled (default), legacy 'Reaction' and associated rate objects that
are deprecated in Cantera 2.6 are used. If disabled, internal objects will
use new objects introduced in Cantera 2.6. The flag is used for testing
purposes only and has no effect on results.""",
"""If disabled ('no'/default), legacy 'Reaction' and associated rate objects
that are deprecated in Cantera 2.6 are used. If enabled ('yes'), internal
objects will use new objects introduced in Cantera 2.6. The flag is used
for testing purposes only and has no effect on results.""",
False),
]

Expand Down

0 comments on commit 1ef59d5

Please sign in to comment.