Skip to content

Commit b123fb5

Browse files
authored
Change forgotten TVariable to VariableType
1 parent 443190f commit b123fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/include/solvers/CScalarSolver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* \brief Main class for defining a scalar solver.
3838
* \tparam VariableType - Class of variable used by the solver inheriting from this template.
3939
*/
40-
template <class TVariable>
40+
template <class VariableType>
4141
class CScalarSolver : public CSolver {
4242
protected:
4343
enum : size_t { MAXNDIM = 3 }; /*!< \brief Max number of space dimensions, used in some static arrays. */

0 commit comments

Comments
 (0)