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 51e84b5 commit d46ac46Copy full SHA for d46ac46
SU2_CFD/include/drivers/CDriverBase.hpp
@@ -573,7 +573,6 @@ class CDriverBase {
573
* \param[in] iVertex - Vertex identifier.
574
* \param[in] WallScalar - Value of the normal heat flux.
575
*/
576
-
577
inline void SetMarkerCustomScalar(unsigned short iMarker, unsigned long iVertex, vector<passivedouble> WallScalar) {
578
auto* solver = solver_container[selected_zone][INST_0][MESH_0][SPECIES_SOL];
579
solver->SetCustomBoundaryScalar(iMarker, iVertex, WallScalar);
0 commit comments