Skip to content

Commit d46ac46

Browse files
Update SU2_CFD/include/drivers/CDriverBase.hpp
Co-authored-by: Pedro Gomes <[email protected]>
1 parent 51e84b5 commit d46ac46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SU2_CFD/include/drivers/CDriverBase.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ class CDriverBase {
573573
* \param[in] iVertex - Vertex identifier.
574574
* \param[in] WallScalar - Value of the normal heat flux.
575575
*/
576-
577576
inline void SetMarkerCustomScalar(unsigned short iMarker, unsigned long iVertex, vector<passivedouble> WallScalar) {
578577
auto* solver = solver_container[selected_zone][INST_0][MESH_0][SPECIES_SOL];
579578
solver->SetCustomBoundaryScalar(iMarker, iVertex, WallScalar);

0 commit comments

Comments
 (0)