Removed fvSolver, missed file
This commit is contained in:
parent
49cd83ac5d
commit
76b49904c9
1 changed files with 0 additions and 12 deletions
|
@ -55,18 +55,6 @@ void fvMatrix<scalar>::setComponentReference
|
|||
const scalar value
|
||||
);
|
||||
|
||||
template<>
|
||||
autoPtr<fvMatrix<scalar>::fvSolver> fvMatrix<scalar>::solver
|
||||
(
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
template<>
|
||||
lduMatrix::solverPerformance fvMatrix<scalar>::fvSolver::solve
|
||||
(
|
||||
const dictionary&
|
||||
);
|
||||
|
||||
template<>
|
||||
lduMatrix::solverPerformance fvMatrix<scalar>::solve
|
||||
(
|
||||
|
|
Reference in a new issue