diff --git a/dyson_compress_1403.xml b/dyson_compress_1403.xml index 2770e11..8dfff7f 100644 --- a/dyson_compress_1403.xml +++ b/dyson_compress_1403.xml @@ -142,7 +142,7 @@ -1.0f) { shape = 1.0f; -} else if (shape < 0) { - shape = -1.0f / shape; +} else if (shapep < 0) { + shape = -1.0f / shapep; } else { shape = shapep; }