From: hackbard Date: Wed, 20 Aug 2008 06:15:17 +0000 (+0200) Subject: removed the + X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=2915243c7bfff4e6e200ce2f80ed6fc916c4882a removed the + --- diff --git a/visualize b/visualize index 7dc964e..f5584df 100755 --- a/visualize +++ b/visualize @@ -31,7 +31,7 @@ width="640" height="480" radius="0.6" x0="-0.6"; y0="-0.6"; z0="-0.6"; -x1="+0.6"; y1="+0.6"; z1="+0.6"; +x1="0.6"; y1="0.6"; z1="0.6"; cx=""; cy=""; cz=""; lx="0"; ly="-100"; lz="100"; ortographic="" @@ -92,6 +92,7 @@ done [ "$lc" = "c" ] && lc=3.566 offset=`echo 0.125 \* $lc | bc` +#offset=0.0 x0=`echo $x0 \* $lc + $offset | bc` y0=`echo $y0 \* $lc + $offset | bc`