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:
Clemens Zeidler 2010-08-17 05:34:12 +00:00
parent 803a1f70aa
commit 4667e77fe1

View File

@ -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);
}