This file is indexed.

/usr/include/openturns/swig/UncertaintyModelCopulaTemplateDefs.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 UncertaintyModelCopulaTemplateDefs.i
// Author : $LastChangedBy: schueller $
// Date : $LastChangedDate: 2011-05-24 13:51:47 +0200 (Tue, 24 May 2011) $
// Id : $Id: UncertaintyModelCopulaTemplateDefs.i 1907 2011-05-24 11:51:47Z schueller $

%template(DistributionImplementationFactoryPointer) OpenTURNS::Pointer<OpenTURNS::Uncertainty::Model::DistributionImplementationFactory>;
%template(DistributionImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Uncertainty::Model::DistributionImplementation>;
%template(RandomVectorImplementationPointer) OpenTURNS::Pointer<OpenTURNS::Uncertainty::Model::RandomVectorImplementation>;

%template(DistributionCollection) OpenTURNS::Base::Type::Collection<OpenTURNS::Uncertainty::Model::Distribution>;
%template(DistributionFactoryCollection) OpenTURNS::Base::Type::Collection<OpenTURNS::Uncertainty::Model::DistributionFactory>;