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

« back to all changes in this revision

Viewing changes to python/src/BaseWrapperTemplateDefs.i

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// SWIG file BaseWrapperTemplateDefs.i
2
2
// Author : $LastChangedBy: dutka $
3
 
// Date : $LastChangedDate: 2008-12-18 14:14:36 +0100 (jeu, 18 déc 2008) $
4
 
// Id : $Id: BaseWrapperTemplateDefs.i 1046 2008-12-18 13:14:36Z dutka $
 
3
// Date : $LastChangedDate: 2010-02-04 15:33:07 +0100 (jeu. 04 févr. 2010) $
 
4
// Id : $Id: BaseWrapperTemplateDefs.i 1471 2010-02-04 14:33:07Z dutka $
 
5
 
 
6
%{
 
7
#include "PythonWrappingFunctions.hxx"
 
8
%}
5
9
 
6
10
%template(UnsignedLongCollection) OpenTURNS::Base::Type::Collection<OpenTURNS::UnsignedLong>;