~ubuntu-branches/ubuntu/saucy/python-demgengeo/saucy

« back to all changes in this revision

Viewing changes to examples/shapeDatabase.db

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2011-11-18 21:47:18 UTC
  • Revision ID: package-import@ubuntu.com-20111118214718-4ysqm3dhpqwdd7gd
Tags: upstream-0.99~bzr106
ImportĀ upstreamĀ versionĀ 0.99~bzr106

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<shape>
 
2
name="sphere",
 
3
sphereList = [
 
4
(0,0,0,1)
 
5
]
 
6
bondList = [
 
7
]
 
8
</shape>
 
9
<shape>
 
10
name="test",
 
11
sphereList = [
 
12
(0,0,0.5,0.5),
 
13
(0,0,-0.5,0.5)
 
14
]
 
15
bondList = [
 
16
(0,1)
 
17
]
 
18
</shape>