Skip to content

Commit

Permalink
Merge pull request #298 from guitorri/fix-regression-EDD
Browse files Browse the repository at this point in the history
Fix regression on EDD component.
  • Loading branch information
guitorri committed Jul 3, 2015
2 parents 072bed8 + 68c71f1 commit efb3cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs-core/src/equation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ void assignment::add (assignment * f)
else if (isZero (body))
{
delete body;
//body = factor;
body = factor;
}
else if (isZero (factor))
{
Expand Down

0 comments on commit efb3cc9

Please sign in to comment.