Skip to content

Commit

Permalink
test some things
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed May 28, 2024
1 parent 28faff8 commit fca8fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
run: poetry run convert -f ${{github.workspace}}/Mechanisms/LiDryer/mechanism.yaml

Transport-EOS-Reactions:
needs: Formatting
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Source/Eos/Manifold.H
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace eos {
#if MANIFOLD_EOS_TYPE == 0
using ManifoldFuncType = ManifoldFunc;
#elif MANIFOLD_EOS_TYPE == 1
using ManifoldFuncType = TabFunc<MANIFOLD_DIM>;
using ManifoldFuncType = TabFunc<NUM_SPECIES - 1>;
#elif MANIFOLD_EOS_TYPE == 2
using ManifoldFuncType = NNFunc;
#else
Expand Down

0 comments on commit fca8fec

Please sign in to comment.