DataEntry/Sine: Corrected typo

This commit is contained in:
Henry Weller
2016-02-08 11:09:28 +00:00
parent 96f2e3f394
commit c3f6a149d2

View File

@ -126,7 +126,7 @@ class Sine
void read(const dictionary& coeffs); void read(const dictionary& coeffs);
//- Disallow default bitwise assignment //- Disallow default bitwise assignment
void operator===(const Sine<Type>&); void operator=(const Sine<Type>&);
public: public: