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