Fix missing ")" in code example
This commit is contained in:
parent
739162ec3e
commit
c6bff43742
1 changed files with 1 additions and 1 deletions
|
|
@ -1073,7 +1073,7 @@ Now we extend it with some new code
|
|||
return tmp;
|
||||
}
|
||||
bool operator==(const Complex& c)
|
||||
{ return ($self->re()==c.re() && $self->im()==c.im();}
|
||||
{ return ($self->re()==c.re() && $self->im()==c.im());}
|
||||
};
|
||||
</pre></div>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue