gcc2 don't like INFINITY. Fix the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39682 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,9 +73,8 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
Constraint(LinearSpec* ls,
|
Constraint(LinearSpec* ls,
|
||||||
SummandList* summands, OperatorType op,
|
SummandList* summands, OperatorType op,
|
||||||
double rightSide,
|
double rightSide, double penaltyNeg,
|
||||||
double penaltyNeg = INFINITY,
|
double penaltyPos);
|
||||||
double penaltyPos = INFINITY);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
LinearSpec* fLS;
|
LinearSpec* fLS;
|
||||||
|
|||||||
Reference in New Issue
Block a user