/usr/include/openturns/swig/InverseNatafEllipticalCopulaEvaluation.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 InverseNatafEllipticalCopulaEvaluation.i
// Author : $LastChangedBy: dutka $
// Date : $LastChangedDate: 2008-09-13 22:37:56 +0200 (Sat, 13 Sep 2008) $
// Id : $Id: InverseNatafEllipticalCopulaEvaluation.i 929 2008-09-13 20:37:56Z dutka $
%{
#include "InverseNatafEllipticalCopulaEvaluation.hxx"
%}
%include InverseNatafEllipticalCopulaEvaluation.hxx
namespace OpenTURNS { namespace Uncertainty { namespace Algorithm { %extend InverseNatafEllipticalCopulaEvaluation { InverseNatafEllipticalCopulaEvaluation(const InverseNatafEllipticalCopulaEvaluation & other) { return new OpenTURNS::Uncertainty::Algorithm::InverseNatafEllipticalCopulaEvaluation(other); } } }}}
|