diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 22:07:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-22 22:07:29 -0400 |
commit | 7fc84f364bcb2e37363d3e22300180ba92288811 (patch) | |
tree | 66d12cb09c22d4df311feffd4d418bfae6ba5568 /tests/dimension/arithexp.pov | |
parent | 80b15832f59b5a5b4e7476c6eb4099b6edccbb1b (diff) | |
download | dimension-7fc84f364bcb2e37363d3e22300180ba92288811.tar.xz |
Support the ternary operator.
Diffstat (limited to 'tests/dimension/arithexp.pov')
-rw-r--r-- | tests/dimension/arithexp.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/arithexp.pov b/tests/dimension/arithexp.pov index 30281e5..863c254 100644 --- a/tests/dimension/arithexp.pov +++ b/tests/dimension/arithexp.pov @@ -21,7 +21,7 @@ sphere { 2*<<2.0 - 1.0, 3.0, 4.0>.x, (1.0 + 2)*2 - 5, 1.0 + 2*2 - 4> - -<0, 0, 1>, - exp(1) - 1*2 + exp(1) - (0 >= 1 ? 0 : 1*2) } /* Float functions */ |