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

« back to all changes in this revision

Viewing changes to python/src/InverseMarginalTransformationFunction.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 InverseMarginalTransformationFunction.i
2
 
// Author : $LastChangedBy: dutka $
3
 
// Date : $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
4
 
// Id : $Id: InverseMarginalTransformationFunction.i 862 2008-06-26 11:50:17Z dutka $
5
 
 
6
 
%{
7
 
#include "InverseMarginalTransformationFunction.hxx"
8
 
%}
9
 
 
10
 
%include InverseMarginalTransformationFunction.hxx
11
 
namespace OpenTURNS { namespace Uncertainty { namespace Algorithm { %extend InverseMarginalTransformationFunction { InverseMarginalTransformationFunction(const InverseMarginalTransformationFunction & other) { return new OpenTURNS::Uncertainty::Algorithm::InverseMarginalTransformationFunction(other); } } }}}