We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443190f commit b123fb5Copy full SHA for b123fb5
1 file changed
SU2_CFD/include/solvers/CScalarSolver.hpp
@@ -37,7 +37,7 @@
37
* \brief Main class for defining a scalar solver.
38
* \tparam VariableType - Class of variable used by the solver inheriting from this template.
39
*/
40
-template <class TVariable>
+template <class VariableType>
41
class CScalarSolver : public CSolver {
42
protected:
43
enum : size_t { MAXNDIM = 3 }; /*!< \brief Max number of space dimensions, used in some static arrays. */
0 commit comments