Set a more reasonable Variable range then the default one ([0, inf)).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38166 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
803a1f70aa
commit
4667e77fe1
@ -343,6 +343,8 @@ Variable::Variable(LinearSpec* ls)
|
||||
if (!add_columnex(fLS->fLP, 0, &d, &i))
|
||||
printf("Error in add_columnex.");
|
||||
}
|
||||
|
||||
SetRange(-DBL_MAX, DBL_MAX);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user