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

« back to all changes in this revision

Viewing changes to python/src/TNC.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
1
// SWIG file TNC.i
2
2
// Author : $LastChangedBy: dutka $
3
 
// Date : $LastChangedDate: 2008-06-26 13:50:17 +0200 (jeu, 26 jun 2008) $
4
 
// Id : $Id: TNC.i 862 2008-06-26 11:50:17Z dutka $
 
3
// Date : $LastChangedDate: 2008-10-31 11:52:04 +0100 (ven 31 oct 2008) $
 
4
// Id : $Id: TNC.i 995 2008-10-31 10:52:04Z dutka $
5
5
 
6
6
%{
7
7
#include "TNC.hxx"
27
27
          CLASSNAME;
28
28
        public:
29
29
          /* Default constructor */
30
 
          TNCSpecificParameters(const String & name = OT::DefaultName);
 
30
          TNCSpecificParameters();
31
31
 
32
32
          /* Parameters constructor */
33
33
          TNCSpecificParameters(const Type::NumericalPoint & scale,
37
37
                             const NumericalScalar stepmx,
38
38
                             const NumericalScalar accuracy,
39
39
                             const NumericalScalar fmin,
40
 
                             const NumericalScalar rescale,
41
 
                             const String & name = OT::DefaultName);
 
40
                             const NumericalScalar rescale);
42
41
 
43
42
          /* Copy constructor */
44
43
          TNCSpecificParameters(const TNCSpecificParameters & other);