Files
LPP/examples/test_chain.py
ckloss 80592c0da1 Committer: ckloss <ckloss@fluid38.(none)>
On branch master
 Initial commit for lpp, version 2011-10-11
2012-02-03 14:10:31 +01:00

18 lines
272 B
Python

# simple test of chain tool
# creates tmp.data.chain file
c = chain(500,0.7,1,1,2)
c.seed = 54321
c.build(25,10)
c.mtype = 2
c.btype = 2
c.blen = 1.5
c.dmin = 1.2
c.id = "end1"
c.build(10,25)
c.write("tmp.data.chain")
print "all done ... type CTRL-D to exit Pizza.py"