BUG: waveModel - removed direction() function - co-ordinate system takes care of direction

This commit is contained in:
Andrew Heather
2016-11-22 15:04:05 +00:00
parent 9a10efc6fa
commit 1248851fa4
4 changed files with 1 additions and 25 deletions

View File

@ -59,15 +59,6 @@ protected:
scalar waveAngle_;
// Protected Member Functions
//- Wave direction
virtual scalar direction() const
{
return 1;
}
public:
//- Runtime type information