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

« back to all changes in this revision

Viewing changes to lib/src/Base/Func/NumericalMathFunction.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:
20
20
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21
21
 *
22
22
 *  @author: $LastChangedBy: dutka $
23
 
 *  @date:   $LastChangedDate: 2008-11-17 14:45:06 +0100 (lun 17 nov 2008) $
24
 
 *  Id:      $Id: NumericalMathFunction.hxx 1013 2008-11-17 13:45:06Z dutka $
 
23
 *  @date:   $LastChangedDate: 2009-05-28 14:47:53 +0200 (jeu. 28 mai 2009) $
 
24
 *  Id:      $Id: NumericalMathFunction.hxx 1262 2009-05-28 12:47:53Z dutka $
25
25
 */
26
26
#ifndef OPENTURNS_NUMERICALMATHFUNCTION_HXX
27
27
#define OPENTURNS_NUMERICALMATHFUNCTION_HXX
124
124
        Bool operator ==(const NumericalMathFunction & other) const;
125
125
 
126
126
        /** String converter */
127
 
        virtual String str() const;
 
127
        virtual String __repr__() const;
128
128
 
129
129
 
130
130