normalization.c: skew_to_positive_orthant: properly handle unions
commit5bf1034ac118d0e8b631ae8603db3cff94d7ce90
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 3 Apr 2008 12:43:24 +0000 (3 14:43 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 3 Apr 2008 15:01:59 +0000 (3 17:01 +0200)
tree03252426c953aed85652e71136ce964fcd18d93b
parent830a993b704b0cadc05fe956d1174d87fb92270d
normalization.c: skew_to_positive_orthant: properly handle unions

Before, different parts of the union could get transformed
using a different transformation on the variables.
Now we ensure the variables are transformed uniformly.
normalization.c