/usr/include/openturns/swig/GramSchmidtAlgorithm.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 GramSchmidtAlgorithm.i
// Author : $LastChangedBy: souchaud $
// Date : $LastChangedDate: 2011-04-05 17:50:07 +0200 (Tue, 05 Apr 2011) $
// Id : $Id: GramSchmidtAlgorithm.i 1855 2011-04-05 15:50:07Z souchaud $
%{
#include "GramSchmidtAlgorithm.hxx"
%}
%include GramSchmidtAlgorithm.hxx
namespace OpenTURNS{ namespace Uncertainty { namespace Algorithm { %extend GramSchmidtAlgorithm { GramSchmidtAlgorithm(const GramSchmidtAlgorithm & other) { return new OpenTURNS::Uncertainty::Algorithm::GramSchmidtAlgorithm(other); } } }}}
|