Skip to content

Commit b77fd09

Browse files
authored
Update SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
1 parent 40e1d97 commit b77fd09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SU2_CFD/include/solvers/CFVMFlowSolverBase.inl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ void CFVMFlowSolverBase<V, R>::Allocate(const CConfig& config) {
123123
/*--- Store the value of the Flow direction at the inlet BC ---*/
124124

125125
AllocVectorOfMatrices(nVertex, nDim, Inlet_FlowDir);
126-
127-
//AllocVectorOfVectors(nPointDomain, PointSource);
128126
PointSource.resize(nPointDomain,nVar);
129127

130128
/*--- Force definition and coefficient arrays for all of the markers ---*/

0 commit comments

Comments
 (0)