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

« back to all changes in this revision

Viewing changes to python/src/InverseNatafEllipticalDistributionEvaluation.i

  • 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:
 
1
// SWIG file InverseNatafEllipticalDistributionEvaluation.i
 
2
// Author : $LastChangedBy: dutka $
 
3
// Date : $LastChangedDate: 2008-09-13 22:37:56 +0200 (sam 13 sep 2008) $
 
4
// Id : $Id: InverseNatafEllipticalDistributionEvaluation.i 929 2008-09-13 20:37:56Z dutka $
 
5
 
 
6
%{
 
7
#include "InverseNatafEllipticalDistributionEvaluation.hxx"
 
8
%}
 
9
 
 
10
%include InverseNatafEllipticalDistributionEvaluation.hxx
 
11
namespace OpenTURNS { namespace Uncertainty { namespace Algorithm { %extend InverseNatafEllipticalDistributionEvaluation { InverseNatafEllipticalDistributionEvaluation(const InverseNatafEllipticalDistributionEvaluation & other) { return new OpenTURNS::Uncertainty::Algorithm::InverseNatafEllipticalDistributionEvaluation(other); } } }}}