removed coeffDict_ - already defind in parent injection model

This commit is contained in:
andy
2009-05-22 17:29:36 +01:00
parent 02b6d0c661
commit 17d6b425fc
2 changed files with 0 additions and 6 deletions

View File

@ -67,9 +67,6 @@ class ConeInjection
{ {
// Private data // Private data
//- Coefficients dictionary
dictionary coeffDict_;
//- Injection duration [s] //- Injection duration [s]
const scalar duration_; const scalar duration_;

View File

@ -62,9 +62,6 @@ class ManualInjection
{ {
// Private data // Private data
//- Coefficients dictionary
dictionary coeffDict_;
//- Name of file containing positions data //- Name of file containing positions data
const word positionsFile_; const word positionsFile_;