[Opal-commits] web/files example.xml,1.3,1.4
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-02-26 10:23:43
|
Update of /cvsroot/opal/web/files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27891/files Modified Files: example.xml Log Message: fixed problem in capsule params Index: example.xml =================================================================== RCS file: /cvsroot/opal/web/files/example.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** example.xml 26 Feb 2005 03:22:10 -0000 1.3 --- example.xml 26 Feb 2005 10:23:34 -0000 1.4 *************** *** 33,38 **** </Shape> <Shape type="capsule"> ! <Dimensions radius="4.0"/> ! <Dimensions length="8.0"/> </Shape> </Solid> --- 33,37 ---- </Shape> <Shape type="capsule"> ! <Dimensions radius="4.0" length="8.0"/> </Shape> </Solid> |