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

« back to all changes in this revision

Viewing changes to lib/src/Uncertainty/Algorithm/MetaModel/SVMRegression/ExponentialRBF.hxx

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-18 18:14:38 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090818181438-copqi92r4z7y0ejc
Tags: 0.13.1-1ubuntu1
debian/python-openturns.install: update to use python* and *-packages.
This fix a FTBFS with python2.6.  (LP: #350437)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        virtual ExponentialRBF * clone() const;
62
62
 
63
63
        /** String converter */
64
 
        virtual String str() const;
 
64
        virtual String __repr__() const;
65
65
 
66
66
        /** Sigma parameter accessor */
67
67
        virtual NumericalScalar getSigma() const;