Skip to content

Commit

Permalink
Update SU2_CFD/src/drivers/CDriverBase.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted authored Dec 3, 2024
1 parent 4904b19 commit d4ac82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SU2_CFD/src/drivers/CDriverBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ unsigned long CDriverBase::GetNumberDimensions() const { return main_geometry->G

unsigned long CDriverBase::GetNumberElements() const { return main_geometry->GetnElem(); }

//unsigned long CDriverBase::GetNumberSolverVars() const { return main_geometry->GetnElem(); }
unsigned short CDriverBase::GetNumberSolverVars(const unsigned short iSol) const { return solver_container[selected_zone][INST_0][MESH_0][iSol]->GetnVar(); }
unsigned short CDriverBase::GetNumberPrimitiveVars(const unsigned short iSol) const { return solver_container[selected_zone][INST_0][MESH_0][iSol]->GetnPrimVar(); }

Expand Down

0 comments on commit d4ac82b

Please sign in to comment.