/usr/include/openturns/swig/ChebychevAlgorithm.i is in libopenturns-dev 0.15-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | // SWIG file ChebychevAlgorithm.i
// Author : $LastChangedBy: souchaud $
// Date : $LastChangedDate: 2011-04-05 17:50:07 +0200 (Tue, 05 Apr 2011) $
// Id : $Id: ChebychevAlgorithm.i 1855 2011-04-05 15:50:07Z souchaud $
%{
#include "ChebychevAlgorithm.hxx"
%}
%include ChebychevAlgorithm.hxx
namespace OpenTURNS{ namespace Uncertainty { namespace Algorithm { %extend ChebychevAlgorithm { ChebychevAlgorithm(const ChebychevAlgorithm & other) { return new OpenTURNS::Uncertainty::Algorithm::ChebychevAlgorithm(other); } } }}}
|