This commit is contained in:
andy
2009-05-08 13:07:21 +01:00
parent b6be0105b1
commit c0fcf87cb9

View File

@ -351,7 +351,7 @@ public:
//- Solve the turbulence equations and correct the turbulence viscosity
virtual void correct() = 0;
//- Read turbulenceProperties dictionary
//- Read RASProperties dictionary
virtual bool read() = 0;
};