Skip to content

Commit be9e50a

Browse files
committed
removing ununused function hpp
1 parent c2f5cfa commit be9e50a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

SU2_CFD/include/variables/CNEMOEulerVariable.hpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -367,19 +367,6 @@ class CNEMOEulerVariable : public CVariable {
367367
*/
368368
bool CheckNonPhys(su2double *V);
369369

370-
/*!
371-
* \brief Recompute the extrapolated quantities, after MUSCL reconstruction,
372-
* in a more thermodynamically consistent way.
373-
* \param[in] V - primitve variables.
374-
* \param[out] d*dU - reconstructed secondaryvariables.
375-
* \param[out] val_eves - reconstructed eve per species.
376-
* \param[out] val_cvves - reconstructed cvve per species.
377-
* \param[out] Gamma - reconstructed gamma.
378-
*/
379-
su2double ComputeConsistentExtrapolation(su2double *V, su2double* dPdU,
380-
su2double* dTdU, su2double* dTvedU,
381-
su2double* val_eves,su2double* val_cvves);
382-
383370
/*---------------------------------------*/
384371
/*--- Specific variable routines ---*/
385372
/*---------------------------------------*/

0 commit comments

Comments
 (0)