Skip to content

Commit 47e77c7

Browse files
Update SU2_CFD/include/numerics/CNumerics.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 1b52536 commit 47e77c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/include/numerics/CNumerics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ class CNumerics {
770770
* \brief Set Jacobian of the heat flux due to enthalpy diffusion
771771
* \param[in] val_jacheatfluxdiffusion - Value of the heat flux jacobian due to enthalpy diffusion.
772772
*/
773-
inline void SetJacHeatFluxDiffusion(su2double val_jac_heatfluxdiffusion) {
773+
inline void SetJacHeatFluxDiffusion(su2double val_jacheatfluxdiffusion) {
774774
Jac_HeatFluxDiffusion = val_jac_heatfluxdiffusion;
775775
}
776776

0 commit comments

Comments
 (0)