DataEntry/Sine: Corrected typo
This commit is contained in:
parent
a0cec770fa
commit
e0ae7fc0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ class Sine
|
|||
void read(const dictionary& coeffs);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
void operator===(const Sine<Type>&);
|
||||
void operator=(const Sine<Type>&);
|
||||
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue