Skip to content

Commit e94aecc

Browse files
committed
FDS Source: Doxygen warnings
1 parent 50bd612 commit e94aecc

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

Source/chem.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Source/func.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

19451946
SUBROUTINE GET_EMISSIVITY(ONE_D,NODE_INDEX,EMISSIVITY)
19461947

Source/velo.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Source/wall.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)