We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5216 commit 9494da4Copy full SHA for 9494da4
SU2_CFD/include/solvers/CSpeciesSolver.hpp
@@ -241,7 +241,7 @@ class CSpeciesSolver : public CScalarSolver<CSpeciesVariable> {
241
* \param[in] val_customBoundaryScalar - Vector of scalar values
242
*/
243
inline void SetCustomBoundaryScalar(unsigned short val_marker, unsigned long val_vertex,
244
- vector<passivedouble> val_customBoundaryScalar) {
+ vector<passivedouble> val_customBoundaryScalar) final {
245
for (auto iVar = 0u; iVar < nVar; iVar++) {
246
CustomBoundaryScalar[val_marker](val_vertex, iVar) = val_customBoundaryScalar[iVar];
247
}
0 commit comments