~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to python/test/t_Tensor_std.py

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
print "test number one : constructor with size, operator() and string converter" 
18
18
 
19
19
# Constructor with size */
20
 
tensor1 = Tensor(2,2,3,"tensor1")
 
20
tensor1 = Tensor(2,2,3)
21
21
 
22
22
# Check operator() methods */
23
23
tensor1[0,0,0]=1.