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 1b52536 commit 47e77c7Copy full SHA for 47e77c7
SU2_CFD/include/numerics/CNumerics.hpp
@@ -770,7 +770,7 @@ class CNumerics {
770
* \brief Set Jacobian of the heat flux due to enthalpy diffusion
771
* \param[in] val_jacheatfluxdiffusion - Value of the heat flux jacobian due to enthalpy diffusion.
772
*/
773
- inline void SetJacHeatFluxDiffusion(su2double val_jac_heatfluxdiffusion) {
+ inline void SetJacHeatFluxDiffusion(su2double val_jacheatfluxdiffusion) {
774
Jac_HeatFluxDiffusion = val_jac_heatfluxdiffusion;
775
}
776
0 commit comments