Skip to content

Commit

Permalink
[sourcegen] Add remaining functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jan 25, 2025
1 parent 56a41ed commit d2b509a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion interfaces/sourcegen/sourcegen/_data/ctkin_auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ recipes:
what: constructor # registers object in CLib storage
- name: nPhases
- name: phase
implements: Kinetics::thermo
uses: nPhases
what: constructor # registers object in CLib storage
- name: phaseIndex
Expand Down
8 changes: 4 additions & 4 deletions interfaces/sourcegen/sourcegen/clib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# This file is part of Cantera. See License.txt in the top-level directory or
# at https://cantera.org/license.txt for license and copyright information.

# Ignore these files entirely:
# List of files to ignore entirely:
ignore_files: []

# Ignore these specific functions:
ignore_funcs:
ctkin_auto.yaml: [phase]
# Dictionary of file names and list of functions to ignore.
# Example: ctkin_auto.yaml: [phase]
ignore_funcs: {}

# Cabinets with associated includes
includes:
Expand Down

0 comments on commit d2b509a

Please sign in to comment.