Skip to content

Commit 25d2e0f

Browse files
authored
Merge pull request #987 from leminhman0312/fixComment
Fix spelling error in CSinglezoneDriver.cpp. Add missing comment for iteration_structure.hpp
2 parents 8e4338e + 725aede commit 25d2e0f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

SU2_CFD/include/drivers/CSinglezoneDriver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class CSinglezoneDriver : public CDriver {
9999
bool Monitor(unsigned long TimeIter) override;
100100

101101
/*!
102-
* \brief Returns wheter all specified windowed-time-averaged ouputs have been converged
102+
* \brief Returns whether all specified windowed-time-averaged ouputs have been converged
103103
* \return Boolean indicating whether the problem is converged.
104104
*/
105105
inline virtual bool GetTimeConvergence() const{

SU2_CFD/include/iteration_structure.hpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,15 @@ class CIteration {
101101

102102
/*!
103103
* \brief A virtual member.
104-
* \param[in] ??? - Description here.
104+
* \param[in] output - Pointer to the COutput class.
105+
* \param[in] integration - Container vector with all the integration methods.
106+
* \param[in] geometry - Geometrical definition of the problem.
107+
* \param[in] solver - Container vector with all the solutions.
108+
* \param[in] numerics - Description of the numerical method (the way in which the equations are solved).
109+
* \param[in] config - Definition of the particular problem.
110+
* \param[in] surface_movement - Surface movement classes of the problem.
111+
* \param[in] grid_movement - Volume grid movement classes of the problem.
112+
* \param[in] FFDBox - FFD FFDBoxes of the problem.
105113
*/
106114
virtual void Preprocess(COutput *output,
107115
CIntegration ****integration,

0 commit comments

Comments
 (0)