Skip to content

Commit

Permalink
[.NET] Add solution to sourcegen configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Mar 5, 2023
1 parent c2823bc commit 9e21546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interfaces/sourcegen/sourcegen/csharp/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ignore_files:
ignore_funcs:
ct.h:
- ct_setLogWriter
- soln_newInterface # signature causes syntax error in sourcegen
ctreactor.h:
- flowReactor_setMassFlowRate

Expand All @@ -21,6 +22,7 @@ class_crosswalk:
reactor: Reactor
reactornet: ReactorNet
reactorsurface: ReactorSurface
soln: Solution
surf: Surface
thermo: ThermoPhase
trans: Transport
Expand Down

0 comments on commit 9e21546

Please sign in to comment.