Skip to content

Commit

Permalink
[asdf]
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Oct 29, 2021
1 parent 01a17c0 commit e183c36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions interfaces/cython/cantera/cti2yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,11 @@ def get_yaml(self, out):
hits.append(reaction)
else:
misses.append(reaction)

if not hits:
_printerr("WARNING: Unable to generate field '{}'\nfrom reaction "
"specification '{}' ".format(name, self.reactions[i][1]))

_reactions[name] = hits
_reactions["reactions"] = misses
self.reactions[i] = [name, "all"]
Expand Down

0 comments on commit e183c36

Please sign in to comment.