Took out duplicate operator=
This commit is contained in:
parent
e129d02d93
commit
8ea3da7247
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ SurfPhase::SurfPhase(const SurfPhase& right) :
|
|||
m_logn0(right.m_logn0),
|
||||
m_press(right.m_press)
|
||||
{
|
||||
*this = operator=(right);
|
||||
operator=(right);
|
||||
}
|
||||
|
||||
SurfPhase& SurfPhase::operator=(const SurfPhase& right)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue