/usr/include/openturns/swig/QuadraticTaylor.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 QuadraticTaylor.i
// Author : $LastChangedBy: souchaud $
// Date : $LastChangedDate: 2011-04-07 11:46:08 +0200 (Thu, 07 Apr 2011) $
// Id : $Id: QuadraticTaylor.i 1860 2011-04-07 09:46:08Z souchaud $
%{
#include "QuadraticTaylor.hxx"
%}
%include QuadraticTaylor.hxx
namespace OpenTURNS { namespace Base { namespace MetaModel { %extend QuadraticTaylor { QuadraticTaylor(const QuadraticTaylor & other) { return new OpenTURNS::Base::MetaModel::QuadraticTaylor(other); } } }}}
|