File tree Expand file tree Collapse file tree 4 files changed +2
-3
lines changed
Expand file tree Collapse file tree 4 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ END FUNCTION DDTMP_TROE
611611
612612
613613! > \brief cvode interface for ODE integrator. Call sundials cvode in serial mode.
614- ! > \param ZZ species mass fraction array
614+ ! > \param CC species mass fraction array
615615! > \param TMP_IN is the temperature
616616! > \param PR_IN is the pressure
617617! > \param TCUR is the start time in seconds
Original file line number Diff line number Diff line change @@ -1941,6 +1941,7 @@ END SUBROUTINE GET_ENTHALPY_Z
19411941! > \brief Compute surface emissivity
19421942! > \param ONE_D Pointer to BOUNDARY_ONE_D derived type variable
19431943! > \param NODE_INDEX Interior node index
1944+ ! > \param EMISSIVITY Surface emissivity on output
19441945
19451946SUBROUTINE GET_EMISSIVITY (ONE_D ,NODE_INDEX ,EMISSIVITY )
19461947
Original file line number Diff line number Diff line change @@ -3229,7 +3229,6 @@ END SUBROUTINE BAROCLINIC_CORRECTION
32293229
32303230
32313231! > \brief Recompute velocities on wall cells
3232- ! > \param NM Mesh index
32333232! > \param DT Time step (s)
32343233! > \param STORE_UN Flag indicating whether normal velocity component is to be saved
32353234! > \details Ensure that the correct normal derivative of H is used on the projection. It is only used when the Poisson equation
Original file line number Diff line number Diff line change @@ -290,7 +290,6 @@ END SUBROUTINE ASSIGN_GHOST_VALUE
290290
291291
292292! > \brief Set various near-surface variables to be used for boundary conditions
293- ! > \param NM Mesh index
294293! > \param T Time (s)
295294! > \param SF Pointer to SURFACE derived type
296295! > \param BC Pointer to BOUNDARY_COORD derived type
You can’t perform that action at this time.
0 commit comments