We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712a52c commit e2a12c4Copy full SHA for e2a12c4
Source/Eos/Manifold.H
@@ -150,7 +150,7 @@ struct Manifold
150
// Adding a dummy T2Cpi function
151
AMREX_GPU_HOST_DEVICE
152
AMREX_FORCE_INLINE
153
- static void T2Cpi(const amrex::Real T, amrex::Real Cpi[NUM_SPECIES])
+ static void T2Cpi(const amrex::Real /*T*/, amrex::Real* /*Cpi[NUM_SPECIES]*/)
154
{
155
// TODO: FIXME (T2Cpi need to be implemented for manifold model)
156
amrex::Abort("\nT2Cpi is not yet implemented for Maniold model");
0 commit comments